#8B0C12

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

Shades of Sangria #8B0C12

Tints of Sangria #8B0C12

Color information

#8B0C12 (or 0x8B0C12) is unknown color: approx Sangria. HEX triplet: 8B, 0C and 12. RGB value is (139,12,18). Sum of RGB (Red+Green+Blue) = 139+12+18=169 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.25% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C12 is #74F3ED. Grayscale: #323232. Windows color (decimal): -7664622 or 1182859. OLE color: 1182859.

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

Color convert

RGB1391218-
CMYK00.910.870.45
HSL357.17º84.11%29.61%-
HSV(B)357.17º91.37%54.51%-
XYZ10.895.81.12-
YUV50.66109.58191.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 82.25%
GREEN value IS 12 (5.08% from 255) = 7.10%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=82.25%
G=7.10%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139121800.910.870.45357.1784.1129.61
Hex8BC1205B572D165541e
Octal213142201331275554512436
Binary10001011110010010010110111010111101101101100101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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