#8B1216

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

Shades of Sangria #8B1216

Tints of Sangria #8B1216

Color information

#8B1216 (or 0x8B1216) is unknown color: approx Sangria. HEX triplet: 8B, 12 and 16. RGB value is (139,18,22). Sum of RGB (Red+Green+Blue) = 139+18+22=179 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.65% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1216 is #74EDE9. Grayscale: #363636. Windows color (decimal): -7663082 or 1446539. OLE color: 1446539.

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

Color convert

RGB1391822-
CMYK00.870.840.45
HSL358.02º77.07%30.78%-
HSV(B)358.02º87.05%54.51%-
XYZ11.015.981.33-
YUV54.64109.59188.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 77.65%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=77.65%
G=10.06%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139182200.870.840.45358.0277.0730.78
Hex8B1216057542D1664d1f
Octal213222601271245554611537
Binary100010111001010110010101111010100101101101100110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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