#8B0C14

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

Shades of Sangria #8B0C14

Tints of Sangria #8B0C14

Color information

#8B0C14 (or 0x8B0C14) is unknown color: approx Sangria. HEX triplet: 8B, 0C and 14. RGB value is (139,12,20). Sum of RGB (Red+Green+Blue) = 139+12+20=171 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.29% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C14 is #74F3EB. Grayscale: #323232. Windows color (decimal): -7664620 or 1313931. OLE color: 1313931.

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

Color convert

RGB1391220-
CMYK00.910.860.45
HSL356.22º84.11%29.61%-
HSV(B)356.22º91.37%54.51%-
XYZ10.915.81.21-
YUV50.88110.58190.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 81.29%
GREEN value IS 12 (5.08% from 255) = 7.02%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=81.29%
G=7.02%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139122000.910.860.45356.2284.1129.61
Hex8BC1405B562D164541e
Octal213142401331265554412436
Binary10001011110010100010110111010110101101101100100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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