Html Css Color HEX #811014 Sangria

📋 copy color: '#811014'

red 129 ◦ green 16 ◦ blue 20

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

Shades of Sangria #811014

Tints of Sangria #811014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

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

R = 78.18%
G = 9.7%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#811014 (or 0x811014) is known color: Sangria. HEX triplet: 81, 10 and 14. RGB value is (129,16,20). Sum of RGB (Red+Green+Blue) = 129+16+20=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #811014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811014 is #7EEFEB. Grayscale: #323232. Windows color (decimal): -8318956 or 1314945. OLE color: 1314945.

HSL color Cylindrical-coordinate representation of color #811014: hue angle of 357.88º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811014 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 20 -
CMYK 0 0.88 0.84 0.49
HSL 357.88º 0.78% 0.28% -
HSV(B) 357.88º 0.88% 0.51% -
XYZ 9.36 5.09 1.15 -
YUV 50.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 129 16 20 0 0.88 0.84 0.49 357.88 0.78 0.28
Hex 81 10 14 0 58 54 31 166 4E 1C
Octal 201 20 24 0 130 124 61 546 116 34
Binary 10000001 10000 10100 0 1011000 1010100 110001 101100110 1001110 11100

Color Harmonies of #811014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811014

Black with #811014

Text Example


Text Example

White with #811014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811014; }

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

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

background-color css

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

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

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

border-color css

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

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

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