#8B0B14

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

Shades of Sangria #8B0B14

Tints of Sangria #8B0B14

Color information

#8B0B14 (or 0x8B0B14) is unknown color: approx Sangria. HEX triplet: 8B, 0B and 14. RGB value is (139,11,20). Sum of RGB (Red+Green+Blue) = 139+11+20=170 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.76% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0B14 is #74F4EB. Grayscale: #323232. Windows color (decimal): -7664876 or 1313675. OLE color: 1313675.

HSL color Cylindrical-coordinate representation of color #8B0B14: hue angle of 355.78º 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 #8B0B14 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1391120-
CMYK00.920.860.45
HSL355.78º85.33%29.41%-
HSV(B)355.78º92.09%54.51%-
XYZ10.895.781.2-
YUV50.3110.91191.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 81.76%
GREEN value IS 11 (4.69% from 255) = 6.47%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=81.76%
G=6.47%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139112000.920.860.45355.7885.3329.41
Hex8BB1405C562D164551d
Octal213132401341265554412535
Binary10001011101110100010111001010110101101101100100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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