Html Css Color HEX #811213 Sangria

📋 copy color: '#811213'

red 129 ◦ green 18 ◦ blue 19

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

Shades of Sangria #811213

Tints of Sangria #811213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.45%

R = 77.71%
G = 10.84%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#811213 (or 0x811213) is known color: Sangria. HEX triplet: 81, 12 and 13. RGB value is (129,18,19). Sum of RGB (Red+Green+Blue) = 129+18+19=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #811213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811213 is #7EEDEC. Grayscale: #333333. Windows color (decimal): -8318445 or 1249921. OLE color: 1249921.

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

Color convert

RGB 129 18 19 -
CMYK 0 0.86 0.85 0.49
HSL 359.46º 0.76% 0.29% -
HSV(B) 359.46º 0.86% 0.51% -
XYZ 9.39 5.15 1.11 -
YUV 51.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 129 18 19 0 0.86 0.85 0.49 359.46 0.76 0.29
Hex 81 12 13 0 56 55 31 167 4C 1D
Octal 201 22 23 0 126 125 61 547 114 35
Binary 10000001 10010 10011 0 1010110 1010101 110001 101100111 1001100 11101

Color Harmonies of #811213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811213

Black with #811213

Text Example


Text Example

White with #811213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811213; }

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

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

background-color css

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

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

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

border-color css

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

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

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