Html Css Color HEX #800F11 Sangria

📋 copy color: '#800F11'

red 128 ◦ green 15 ◦ blue 17

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

Shades of Sangria #800F11

Tints of Sangria #800F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.38%

 BLUE value IS 17 (7.03% from 255) = 10.63%

R = 80%
G = 9.38%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#800F11 (or 0x800F11) is known color: Sangria. HEX triplet: 80, 0F and 11. RGB value is (128,15,17). Sum of RGB (Red+Green+Blue) = 128+15+17=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #800F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800F11 is #7FF0EE. Grayscale: #313131. Windows color (decimal): -8384751 or 1118080. OLE color: 1118080.

HSL color Cylindrical-coordinate representation of color #800F11: hue angle of 358.94º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F11 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 15 17 -
CMYK 0 0.88 0.87 0.50
HSL 358.94º 0.79% 0.28% -
HSV(B) 358.94º 0.88% 0.5% -
XYZ 9.17 4.97 1.01 -
YUV 49.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 128 15 17 0 0.88 0.87 0.50 358.94 0.79 0.28
Hex 80 F 11 0 58 57 32 167 4F 1C
Octal 200 17 21 0 130 127 62 547 117 34
Binary 10000000 1111 10001 0 1011000 1010111 110010 101100111 1001111 11100

Color Harmonies of #800F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800F11

Black with #800F11

Text Example


Text Example

White with #800F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800F11; }

 p { color: rgb(128,15,17); }

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

background-color css

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

 a { background-color: rgb(128,15,17); }

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

border-color css

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

 span { border-color: rgb(128,15,17); }

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