#8B1516

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

Shades of Sangria #8B1516

Tints of Sangria #8B1516

Color information

#8B1516 (or 0x8B1516) is unknown color: approx Sangria. HEX triplet: 8B, 15 and 16. RGB value is (139,21,22). Sum of RGB (Red+Green+Blue) = 139+21+22=182 (24% of max value = 765). Red value is 139 (54.69% from 255 or 76.37% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1516 is #74EAE9. Grayscale: #383838. Windows color (decimal): -7662314 or 1447307. OLE color: 1447307.

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

Color convert

RGB1392122-
CMYK00.850.840.45
HSL359.49º73.75%31.37%-
HSV(B)359.49º84.89%54.51%-
XYZ11.066.081.35-
YUV56.4108.59186.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 76.37%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=76.37%
G=11.54%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139212200.850.840.45359.4973.7531.37
Hex8B1516055542D1674a1f
Octal213252601251245554711237
Binary100010111010110110010101011010100101101101100111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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