Html Css Color HEX #811539 Claret

📋 copy color: '#811539'

red 129 ◦ green 21 ◦ blue 57

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

Shades of Claret #811539

Tints of Claret #811539

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 value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#811539 (or 0x811539) is known color: 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

RGB 129 21 57 -
CMYK 0 0.84 0.56 0.49
HSL 340º 0.72% 0.29% -
HSV(B) 340º 0.84% 0.51% -
XYZ 10.06 5.5 4.4 -
YUV 57.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 129 21 57 0 0.84 0.56 0.49 340 0.72 0.29
Hex 81 15 39 0 54 38 31 154 48 1D
Octal 201 25 71 0 124 70 61 524 110 35
Binary 10000001 10101 111001 0 1010100 111000 110001 101010100 1001000 11101

Color Harmonies of #811539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811539

Black with #811539

Text Example


Text Example

White with #811539

Text Example


Text Example

HTML Codes & Css Web 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>