#8B0B15

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

Shades of Sangria #8B0B15

Tints of Sangria #8B0B15

Color information

#8B0B15 (or 0x8B0B15) is unknown color: approx Sangria. HEX triplet: 8B, 0B and 15. RGB value is (139,11,21). Sum of RGB (Red+Green+Blue) = 139+11+21=171 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.29% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0B15 is #74F4EA. Grayscale: #323232. Windows color (decimal): -7664875 or 1379211. OLE color: 1379211.

HSL color Cylindrical-coordinate representation of color #8B0B15: hue angle of 355.31º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0B15 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1391121-
CMYK00.920.850.45
HSL355.31º85.33%29.41%-
HSV(B)355.31º92.09%54.51%-
XYZ10.95.781.25-
YUV50.41111.41191.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 81.29%
GREEN value IS 11 (4.69% from 255) = 6.43%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=81.29%
G=6.43%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139112100.920.850.45355.3185.3329.41
Hex8BB1505C552D163551d
Octal213132501341255554312535
Binary10001011101110101010111001010101101101101100011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B0B15; }

 p { color: rgb(139,11,21); }

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

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

 a { background-color: rgb(139,11,21); }

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

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

 span { border-color: rgb(139,11,21); }

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