Html Css Color HEX #801039 Claret

📋 copy color: '#801039'

red 128 ◦ green 16 ◦ blue 57

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

Shades of Claret #801039

Tints of Claret #801039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

 BLUE value IS 57 (22.66% from 255) = 28.36%

R = 63.68%
G = 7.96%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#801039 (or 0x801039) is known color: Claret. HEX triplet: 80, 10 and 39. RGB value is (128,16,57). Sum of RGB (Red+Green+Blue) = 128+16+57=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #801039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801039 is #7FEFC6. Grayscale: #363636. Windows color (decimal): -8384455 or 3739776. OLE color: 3739776.

HSL color Cylindrical-coordinate representation of color #801039: hue angle of 338.04º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801039 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 57 -
CMYK 0 0.88 0.55 0.50
HSL 338.04º 0.78% 0.28% -
HSV(B) 338.04º 0.88% 0.5% -
XYZ 9.83 5.26 4.37 -
YUV 54.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 128 16 57 0 0.88 0.55 0.50 338.04 0.78 0.28
Hex 80 10 39 0 58 37 32 152 4E 1C
Octal 200 20 71 0 130 67 62 522 116 34
Binary 10000000 10000 111001 0 1011000 110111 110010 101010010 1001110 11100

Color Harmonies of #801039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801039

Black with #801039

Text Example


Text Example

White with #801039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801039; }

 p { color: rgb(128,16,57); }

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

background-color css

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

 a { background-color: rgb(128,16,57); }

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

border-color css

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

 span { border-color: rgb(128,16,57); }

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