#8B0C0E

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

Shades of Sangria #8B0C0E

Tints of Sangria #8B0C0E

Color information

#8B0C0E (or 0x8B0C0E) is unknown color: approx Sangria. HEX triplet: 8B, 0C and 0E. RGB value is (139,12,14). Sum of RGB (Red+Green+Blue) = 139+12+14=165 (21% of max value = 765). Red value is 139 (54.69% from 255 or 84.24% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C0E is #74F3F1. Grayscale: #323232. Windows color (decimal): -7664626 or 920715. OLE color: 920715.

HSL color Cylindrical-coordinate representation of color #8B0C0E: hue angle of 359.06º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C0E is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1391214-
CMYK00.910.900.45
HSL359.06º84.11%29.61%-
HSV(B)359.06º91.37%54.51%-
XYZ10.865.780.96-
YUV50.2107.58191.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 84.24%
GREEN value IS 12 (5.08% from 255) = 7.27%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=84.24%
G=7.27%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139121400.910.900.45359.0684.1129.61
Hex8BCE05B5A2D167541e
Octal213141601331325554712436
Binary1000101111001110010110111011010101101101100111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,12,14); }

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

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

 a { background-color: rgb(139,12,14); }

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

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

 span { border-color: rgb(139,12,14); }

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