#8B1537

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

Shades of Shiraz #8B1537

Tints of Shiraz #8B1537

Color information

#8B1537 (or 0x8B1537) is unknown color: approx Shiraz. HEX triplet: 8B, 15 and 37. RGB value is (139,21,55). Sum of RGB (Red+Green+Blue) = 139+21+55=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1537 is #74EAC8. Grayscale: #3C3C3C. Windows color (decimal): -7662281 or 3609995. OLE color: 3609995.

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

Color convert

RGB1392155-
CMYK00.850.600.45
HSL342.71º73.75%31.37%-
HSV(B)342.71º84.89%54.51%-
XYZ11.616.34.22-
YUV60.16125.09184.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.65%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=64.65%
G=9.77%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139215500.850.600.45342.7173.7531.37
Hex8B15370553C2D1574a1f
Octal21325670125745552711237
Binary100010111010111011101010101111100101101101010111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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