#8B0A12

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

Shades of Sangria #8B0A12

Tints of Sangria #8B0A12

Color information

#8B0A12 (or 0x8B0A12) is unknown color: approx Sangria. HEX triplet: 8B, 0A and 12. RGB value is (139,10,18). Sum of RGB (Red+Green+Blue) = 139+10+18=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0A12 is #74F5ED. Grayscale: #313131. Windows color (decimal): -7665134 or 1182347. OLE color: 1182347.

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

Color convert

RGB1391018-
CMYK00.930.870.45
HSL356.28º86.58%29.22%-
HSV(B)356.28º92.81%54.51%-
XYZ10.875.751.11-
YUV49.48110.24191.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 83.23%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 18 (7.42% from 255) = 10.78%
R=83.23%
G=5.99%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139101800.930.870.45356.2886.5829.22
Hex8BA1205D572D164571d
Octal213122201351275554412735
Binary10001011101010010010111011010111101101101100100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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