#801439

Color #801439 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #801439

Tints of Claret #801439

Color information

#801439 (or 0x801439) is unknown color: approx Claret. HEX triplet: 80, 14 and 39. RGB value is (128,20,57). Sum of RGB (Red+Green+Blue) = 128+20+57=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #801439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801439 is #7FEBC6. Grayscale: #383838. Windows color (decimal): -8383431 or 3740800. OLE color: 3740800.

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

Color convert

RGB1282057-
CMYK00.840.550.50
HSL339.44º72.97%29.02%-
HSV(B)339.44º84.38%50.2%-
XYZ9.895.384.39-
YUV56.51128.28178.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=62.44%
G=9.76%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128205700.840.550.50339.4472.9729.02
Hex8014390543732153491d
Octal20024710124676252311135
Binary100000001010011100101010100110111110010101010011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801439; }

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

 H1.HeaderClassName
 {
   color: #801439;
 }
 .AnyTagClassName
 {
   color: #801439;
 }
</style>
background-color css

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

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

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

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

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

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