Html Css Color HEX #800812 Sangria

📋 copy color: '#800812'

red 128 ◦ green 8 ◦ blue 18

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

Shades of Sangria #800812

Tints of Sangria #800812

RGB

 RED value IS 128 (50.39% from 255) = 83.12%

 GREEN value IS 8 (3.52% from 255) = 5.19%

 BLUE value IS 18 (7.42% from 255) = 11.69%

R = 83.12%
G = 5.19%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#800812 (or 0x800812) is known color: Sangria. HEX triplet: 80, 08 and 12. RGB value is (128,8,18). Sum of RGB (Red+Green+Blue) = 128+8+18=154 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.12% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 128 - color contains mainly: red. Hex color #800812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800812 is #7FF7ED. Grayscale: #2D2D2D. Windows color (decimal): -8386542 or 1181824. OLE color: 1181824.

HSL color Cylindrical-coordinate representation of color #800812: hue angle of 355º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800812 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 18 -
CMYK 0 0.94 0.86 0.50
HSL 355º 0.88% 0.27% -
HSV(B) 355º 0.94% 0.5% -
XYZ 9.1 4.81 1.02 -
YUV 45.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 128 8 18 0 0.94 0.86 0.50 355 0.88 0.27
Hex 80 8 12 0 5E 56 32 163 58 1B
Octal 200 10 22 0 136 126 62 543 130 33
Binary 10000000 1000 10010 0 1011110 1010110 110010 101100011 1011000 11011

Color Harmonies of #800812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800812

Black with #800812

Text Example


Text Example

White with #800812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800812; }

 p { color: rgb(128,8,18); }

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

background-color css

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

 a { background-color: rgb(128,8,18); }

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

border-color css

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

 span { border-color: rgb(128,8,18); }

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