Html Css Color HEX #811214 Sangria

📋 copy color: '#811214'

red 129 ◦ green 18 ◦ blue 20

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

Shades of Sangria #811214

Tints of Sangria #811214

RGB

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

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

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

R = 77.25%
G = 10.78%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#811214 (or 0x811214) is known color: Sangria. HEX triplet: 81, 12 and 14. RGB value is (129,18,20). Sum of RGB (Red+Green+Blue) = 129+18+20=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #811214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811214 is #7EEDEB. Grayscale: #333333. Windows color (decimal): -8318444 or 1315457. OLE color: 1315457.

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

Color convert

RGB 129 18 20 -
CMYK 0 0.86 0.84 0.49
HSL 358.92º 0.76% 0.29% -
HSV(B) 358.92º 0.86% 0.51% -
XYZ 9.4 5.15 1.16 -
YUV 51.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 129 18 20 0 0.86 0.84 0.49 358.92 0.76 0.29
Hex 81 12 14 0 56 54 31 167 4C 1D
Octal 201 22 24 0 126 124 61 547 114 35
Binary 10000001 10010 10100 0 1010110 1010100 110001 101100111 1001100 11101

Color Harmonies of #811214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811214

Black with #811214

Text Example


Text Example

White with #811214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811214; }

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

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

background-color css

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

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

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

border-color css

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

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

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