#811438

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

Shades of Claret #811438

Tints of Claret #811438

Color information

#811438 (or 0x811438) is unknown color: approx Claret. HEX triplet: 81, 14 and 38. RGB value is (129,20,56). Sum of RGB (Red+Green+Blue) = 129+20+56=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #811438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811438 is #7EEBC7. Grayscale: #383838. Windows color (decimal): -8317896 or 3675265. OLE color: 3675265.

HSL color Cylindrical-coordinate representation of color #811438: hue angle of 340.18º degrees, saturation: 0.73, 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 #811438 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1292056-
CMYK00.840.570.49
HSL340.18º73.15%29.22%-
HSV(B)340.18º84.5%50.59%-
XYZ10.025.454.27-
YUV56.69127.61179.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.93%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=62.93%
G=9.76%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129205600.840.570.49340.1873.1529.22
Hex8114380543931154491d
Octal20124700124716152411135
Binary100000011010011100001010100111001110001101010100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811438; }

 p { color: rgb(129,20,56); }

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

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

 a { background-color: rgb(129,20,56); }

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

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

 span { border-color: rgb(129,20,56); }

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