Html Css Color HEX #811337 Claret

📋 copy color: '#811337'

red 129 ◦ green 19 ◦ blue 55

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

Shades of Claret #811337

Tints of Claret #811337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 63.55%
G = 9.36%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#811337 (or 0x811337) is known color: Claret. HEX triplet: 81, 13 and 37. RGB value is (129,19,55). Sum of RGB (Red+Green+Blue) = 129+19+55=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #811337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811337 is #7EECC8. Grayscale: #373737. Windows color (decimal): -8318153 or 3609473. OLE color: 3609473.

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

Color convert

RGB 129 19 55 -
CMYK 0 0.85 0.57 0.49
HSL 340.36º 0.74% 0.29% -
HSV(B) 340.36º 0.85% 0.51% -
XYZ 9.98 5.41 4.13 -
YUV 55.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 129 19 55 0 0.85 0.57 0.49 340.36 0.74 0.29
Hex 81 13 37 0 55 39 31 154 4A 1D
Octal 201 23 67 0 125 71 61 524 112 35
Binary 10000001 10011 110111 0 1010101 111001 110001 101010100 1001010 11101

Color Harmonies of #811337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811337

Black with #811337

Text Example


Text Example

White with #811337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811337; }

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

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

background-color css

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

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

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

border-color css

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

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

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