#800B0D

Color #800B0D Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #800B0D

Tints of Sangria #800B0D

Color information

#800B0D (or 0x800B0D) is unknown color: approx Sangria. HEX triplet: 80, 0B and 0D. RGB value is (128,11,13). Sum of RGB (Red+Green+Blue) = 128+11+13=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #800B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800B0D is #7FF4F2. Grayscale: #2E2E2E. Windows color (decimal): -8385779 or 854912. OLE color: 854912.

HSL color Cylindrical-coordinate representation of color #800B0D: hue angle of 358.97º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B0D is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB1281113-
CMYK00.910.900.50
HSL358.97º84.17%27.25%-
HSV(B)358.97º91.41%50.2%-
XYZ9.094.860.84-
YUV46.21109.26186.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 84.21%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=84.21%
G=7.24%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128111300.910.900.50358.9784.1727.25
Hex80BD05B5A32167541b
Octal200131501331326254712433
Binary1000000010111101010110111011010110010101100111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,11,13); }

 H1.HeaderClassName
 {
   color: #800B0D;
 }
 .AnyTagClassName
 {
   color: #800B0D;
 }
</style>
background-color css

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

 a { background-color: rgb(128,11,13); }

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

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

 span { border-color: rgb(128,11,13); }

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