Html Css Color HEX #811B3E Claret

📋 copy color: '#811B3E'

red 129 ◦ green 27 ◦ blue 62

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

Shades of Claret #811B3E

Tints of Claret #811B3E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.39%

 BLUE value IS 62 (24.61% from 255) = 28.44%

R = 59.17%
G = 12.39%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#811B3E (or 0x811B3E) is known color: Claret. HEX triplet: 81, 1B and 3E. RGB value is (129,27,62). Sum of RGB (Red+Green+Blue) = 129+27+62=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #811B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B3E is #7EE4C1. Grayscale: #3D3D3D. Windows color (decimal): -8316098 or 4070273. OLE color: 4070273.

HSL color Cylindrical-coordinate representation of color #811B3E: hue angle of 339.41º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B3E is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 27 62 -
CMYK 0 0.79 0.52 0.49
HSL 339.41º 0.65% 0.31% -
HSV(B) 339.41º 0.79% 0.51% -
XYZ 10.31 5.8 5.13 -
YUV 61.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 129 27 62 0 0.79 0.52 0.49 339.41 0.65 0.31
Hex 81 1B 3E 0 4F 34 31 153 41 1F
Octal 201 33 76 0 117 64 61 523 101 37
Binary 10000001 11011 111110 0 1001111 110100 110001 101010011 1000001 11111

Color Harmonies of #811B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811B3E

Black with #811B3E

Text Example


Text Example

White with #811B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811B3E; }

 p { color: rgb(129,27,62); }

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

background-color css

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

 a { background-color: rgb(129,27,62); }

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

border-color css

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

 span { border-color: rgb(129,27,62); }

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