#8B1539

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

Shades of Shiraz #8B1539

Tints of Shiraz #8B1539

Color information

#8B1539 (or 0x8B1539) is unknown color: approx Shiraz. HEX triplet: 8B, 15 and 39. RGB value is (139,21,57). Sum of RGB (Red+Green+Blue) = 139+21+57=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1539 is #74EAC6. Grayscale: #3C3C3C. Windows color (decimal): -7662279 or 3741067. OLE color: 3741067.

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

Color convert

RGB1392157-
CMYK00.850.590.45
HSL341.69º73.75%31.37%-
HSV(B)341.69º84.89%54.51%-
XYZ11.656.324.48-
YUV60.39126.09184.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.06%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 57 (22.66% from 255) = 26.27%
R=64.06%
G=9.68%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139215700.850.590.45341.6973.7531.37
Hex8B15390553B2D1564a1f
Octal21325710125735552611237
Binary100010111010111100101010101111011101101101010110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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