#8B1012

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

Shades of Sangria #8B1012

Tints of Sangria #8B1012

Color information

#8B1012 (or 0x8B1012) is unknown color: approx Sangria. HEX triplet: 8B, 10 and 12. RGB value is (139,16,18). Sum of RGB (Red+Green+Blue) = 139+16+18=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1012 is #74EFED. Grayscale: #353535. Windows color (decimal): -7663598 or 1183883. OLE color: 1183883.

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

Color convert

RGB1391618-
CMYK00.880.870.45
HSL359.02º79.35%30.39%-
HSV(B)359.02º88.49%54.51%-
XYZ10.945.91.13-
YUV53108.25189.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 80.35%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=80.35%
G=9.25%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139161800.880.870.45359.0279.3530.39
Hex8B1012058572D1674f1e
Octal213202201301275554711736
Binary100010111000010010010110001010111101101101100111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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