Html Css Color HEX #811237 Claret

📋 copy color: '#811237'

red 129 ◦ green 18 ◦ blue 55

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

Shades of Claret #811237

Tints of Claret #811237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 63.86%
G = 8.91%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#811237 (or 0x811237) is known color: Claret. HEX triplet: 81, 12 and 37. RGB value is (129,18,55). Sum of RGB (Red+Green+Blue) = 129+18+55=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #811237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811237 is #7EEDC8. Grayscale: #373737. Windows color (decimal): -8318409 or 3609217. OLE color: 3609217.

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

Color convert

RGB 129 18 55 -
CMYK 0 0.86 0.57 0.49
HSL 340º 0.76% 0.29% -
HSV(B) 340º 0.86% 0.51% -
XYZ 9.96 5.38 4.13 -
YUV 55.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 129 18 55 0 0.86 0.57 0.49 340 0.76 0.29
Hex 81 12 37 0 56 39 31 154 4C 1D
Octal 201 22 67 0 126 71 61 524 114 35
Binary 10000001 10010 110111 0 1010110 111001 110001 101010100 1001100 11101

Color Harmonies of #811237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811237

Black with #811237

Text Example


Text Example

White with #811237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811237; }

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

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

background-color css

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

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

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

border-color css

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

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

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