#8B1617

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

Shades of Sangria #8B1617

Tints of Sangria #8B1617

Color information

#8B1617 (or 0x8B1617) is unknown color: approx Sangria. HEX triplet: 8B, 16 and 17. RGB value is (139,22,23). Sum of RGB (Red+Green+Blue) = 139+22+23=184 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.54% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1617 is #74E9E8. Grayscale: #393939. Windows color (decimal): -7662057 or 1513099. OLE color: 1513099.

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

Color convert

RGB1392223-
CMYK00.840.830.45
HSL359.49º72.67%31.57%-
HSV(B)359.49º84.17%54.51%-
XYZ11.096.121.41-
YUV57.1108.76186.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 75.54%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 23 (9.38% from 255) = 12.5%
R=75.54%
G=11.96%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139222300.840.830.45359.4972.6731.57
Hex8B1617054532D1674920
Octal213262701241235554711140
Binary1000101110110101110101010010100111011011011001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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