Html Css Color HEX #811314 Sangria

📋 copy color: '#811314'

red 129 ◦ green 19 ◦ blue 20

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

Shades of Sangria #811314

Tints of Sangria #811314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 76.79%
G = 11.31%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#811314 (or 0x811314) is known color: Sangria. HEX triplet: 81, 13 and 14. RGB value is (129,19,20). Sum of RGB (Red+Green+Blue) = 129+19+20=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #811314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811314 is #7EECEB. Grayscale: #343434. Windows color (decimal): -8318188 or 1315713. OLE color: 1315713.

HSL color Cylindrical-coordinate representation of color #811314: hue angle of 359.45º 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 #811314 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 20 -
CMYK 0 0.85 0.84 0.49
HSL 359.45º 0.74% 0.29% -
HSV(B) 359.45º 0.85% 0.51% -
XYZ 9.41 5.18 1.17 -
YUV 52 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 129 19 20 0 0.85 0.84 0.49 359.45 0.74 0.29
Hex 81 13 14 0 55 54 31 167 4A 1D
Octal 201 23 24 0 125 124 61 547 112 35
Binary 10000001 10011 10100 0 1010101 1010100 110001 101100111 1001010 11101

Color Harmonies of #811314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811314

Black with #811314

Text Example


Text Example

White with #811314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811314; }

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

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

background-color css

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

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

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

border-color css

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

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

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