Html Css Color HEX #811037 Claret

📋 copy color: '#811037'

red 129 ◦ green 16 ◦ blue 55

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

Shades of Claret #811037

Tints of Claret #811037

RGB

 RED value IS 129 (50.78% from 255) = 64.5%

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

 BLUE value IS 55 (21.88% from 255) = 27.5%

R = 64.5%
G = 8%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#811037 (or 0x811037) is known color: Claret. HEX triplet: 81, 10 and 37. RGB value is (129,16,55). Sum of RGB (Red+Green+Blue) = 129+16+55=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #811037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811037 is #7EEFC8. Grayscale: #363636. Windows color (decimal): -8318921 or 3608705. OLE color: 3608705.

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

Color convert

RGB 129 16 55 -
CMYK 0 0.88 0.57 0.49
HSL 339.29º 0.78% 0.28% -
HSV(B) 339.29º 0.88% 0.51% -
XYZ 9.93 5.31 4.12 -
YUV 54.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 129 16 55 0 0.88 0.57 0.49 339.29 0.78 0.28
Hex 81 10 37 0 58 39 31 153 4E 1C
Octal 201 20 67 0 130 71 61 523 116 34
Binary 10000001 10000 110111 0 1011000 111001 110001 101010011 1001110 11100

Color Harmonies of #811037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811037

Black with #811037

Text Example


Text Example

White with #811037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811037; }

 p { color: rgb(129,16,55); }

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

background-color css

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

 a { background-color: rgb(129,16,55); }

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

border-color css

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

 span { border-color: rgb(129,16,55); }

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