Html Css Color HEX #80133A Claret

📋 copy color: '#80133A'

red 128 ◦ green 19 ◦ blue 58

#80133A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #80133A

Tints of Claret #80133A

RGB

 RED value IS 128 (50.39% from 255) = 62.44%

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 62.44%
G = 9.27%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#80133A (or 0x80133A) is known color: Claret. HEX triplet: 80, 13 and 3A. RGB value is (128,19,58). Sum of RGB (Red+Green+Blue) = 128+19+58=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80133A is #7FECC5. Grayscale: #373737. Windows color (decimal): -8383686 or 3806080. OLE color: 3806080.

HSL color Cylindrical-coordinate representation of color #80133A: hue angle of 338.53º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80133A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 58 -
CMYK 0 0.85 0.55 0.50
HSL 338.53º 0.74% 0.29% -
HSV(B) 338.53º 0.85% 0.5% -
XYZ 9.9 5.36 4.52 -
YUV 56.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 128 19 58 0 0.85 0.55 0.50 338.53 0.74 0.29
Hex 80 13 3A 0 55 37 32 153 4A 1D
Octal 200 23 72 0 125 67 62 523 112 35
Binary 10000000 10011 111010 0 1010101 110111 110010 101010011 1001010 11101

Color Harmonies of #80133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80133A

Black with #80133A

Text Example


Text Example

White with #80133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80133A; }

 p { color: rgb(128,19,58); }

 H1.HeaderClassName
 {
   color: #80133A;
 }
 .AnyTagClassName
 {
   color: #80133A;
 }
</style>

background-color css

<style>
 a { background-color: #80133A; }

 a { background-color: rgb(128,19,58); }

 div.DivClassName
 {
   background-color: #80133A;
 }
 .BgClassName
 {
   background-color: #80133A;
 }
</style>

border-color css

<style>
 span { border-color: #80133A; }

 span { border-color: rgb(128,19,58); }

 td.TdClassName
 {
   border-color: #80133A;
 }
 .TagClassName
 {
   border-color: #80133A;
 }
</style>