Html Css Color HEX #800912 Sangria

📋 copy color: '#800912'

red 128 ◦ green 9 ◦ blue 18

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

Shades of Sangria #800912

Tints of Sangria #800912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

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

R = 82.58%
G = 5.81%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#800912 (or 0x800912) is known color: Sangria. HEX triplet: 80, 09 and 12. RGB value is (128,9,18). Sum of RGB (Red+Green+Blue) = 128+9+18=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #800912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800912 is #7FF6ED. Grayscale: #2D2D2D. Windows color (decimal): -8386286 or 1182080. OLE color: 1182080.

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

Color convert

RGB 128 9 18 -
CMYK 0 0.93 0.86 0.50
HSL 355.46º 0.87% 0.27% -
HSV(B) 355.46º 0.93% 0.5% -
XYZ 9.11 4.83 1.02 -
YUV 45.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 128 9 18 0 0.93 0.86 0.50 355.46 0.87 0.27
Hex 80 9 12 0 5D 56 32 163 57 1B
Octal 200 11 22 0 135 126 62 543 127 33
Binary 10000000 1001 10010 0 1011101 1010110 110010 101100011 1010111 11011

Color Harmonies of #800912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800912

Black with #800912

Text Example


Text Example

White with #800912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800912; }

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

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

background-color css

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

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

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

border-color css

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

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

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