#8B1214

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

Shades of Sangria #8B1214

Tints of Sangria #8B1214

Color information

#8B1214 (or 0x8B1214) is unknown color: approx Sangria. HEX triplet: 8B, 12 and 14. RGB value is (139,18,20). Sum of RGB (Red+Green+Blue) = 139+18+20=177 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.53% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1214 is #74EDEB. Grayscale: #363636. Windows color (decimal): -7663084 or 1315467. OLE color: 1315467.

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

Color convert

RGB1391820-
CMYK00.870.860.45
HSL359.01º77.07%30.78%-
HSV(B)359.01º87.05%54.51%-
XYZ10.995.971.24-
YUV54.41108.59188.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.53%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=78.53%
G=10.17%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139182000.870.860.45359.0177.0730.78
Hex8B1214057562D1674d1f
Octal213222401271265554711537
Binary100010111001010100010101111010110101101101100111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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