#811539

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

Shades of Claret #811539

Tints of Claret #811539

Color information

#811539 (or 0x811539) is unknown color: approx Claret. HEX triplet: 81, 15 and 39. RGB value is (129,21,57). Sum of RGB (Red+Green+Blue) = 129+21+57=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #811539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811539 is #7EEAC6. Grayscale: #393939. Windows color (decimal): -8317639 or 3741057. OLE color: 3741057.

HSL color Cylindrical-coordinate representation of color #811539: hue angle of 340º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811539 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1292157-
CMYK00.840.560.49
HSL340º72%29.41%-
HSV(B)340º83.72%50.59%-
XYZ10.065.54.4-
YUV57.4127.78179.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.32%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 57 (22.66% from 255) = 27.54%
R=62.32%
G=10.14%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129215700.840.560.493407229.41
Hex8115390543831154481d
Octal20125710124706152411035
Binary100000011010111100101010100111000110001101010100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811539; }

 p { color: rgb(129,21,57); }

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

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

 a { background-color: rgb(129,21,57); }

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

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

 span { border-color: rgb(129,21,57); }

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