#8B1217

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

Shades of Sangria #8B1217

Tints of Sangria #8B1217

Color information

#8B1217 (or 0x8B1217) is unknown color: approx Sangria. HEX triplet: 8B, 12 and 17. RGB value is (139,18,23). Sum of RGB (Red+Green+Blue) = 139+18+23=180 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.22% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1217 is #74EDE8. Grayscale: #363636. Windows color (decimal): -7663081 or 1512075. OLE color: 1512075.

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

Color convert

RGB1391823-
CMYK00.870.830.45
HSL357.52º77.07%30.78%-
HSV(B)357.52º87.05%54.51%-
XYZ11.025.981.38-
YUV54.75110.09188.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 77.22%
GREEN value IS 18 (7.42% from 255) = 10%
BLUE value IS 23 (9.38% from 255) = 12.78%
R=77.22%
G=10%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139182300.870.830.45357.5277.0730.78
Hex8B1217057532D1664d1f
Octal213222701271235554611537
Binary100010111001010111010101111010011101101101100110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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