#8B1112

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

Shades of Sangria #8B1112

Tints of Sangria #8B1112

Color information

#8B1112 (or 0x8B1112) is unknown color: approx Sangria. HEX triplet: 8B, 11 and 12. RGB value is (139,17,18). Sum of RGB (Red+Green+Blue) = 139+17+18=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1112 is #74EEED. Grayscale: #353535. Windows color (decimal): -7663342 or 1184139. OLE color: 1184139.

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

Color convert

RGB1391718-
CMYK00.880.870.45
HSL359.51º78.21%30.59%-
HSV(B)359.51º87.77%54.51%-
XYZ10.965.931.14-
YUV53.59107.92188.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.89%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=79.89%
G=9.77%
B=10.34%

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
Decimal139171800.880.870.45359.5178.2130.59
Hex8B1112058572D1684e1f
Octal213212201301275555011637
Binary100010111000110010010110001010111101101101101000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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