#8D1537

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

Shades of Shiraz #8D1537

Tints of Shiraz #8D1537

Color information

#8D1537 (or 0x8D1537) is unknown color: approx Shiraz. HEX triplet: 8D, 15 and 37. RGB value is (141,21,55). Sum of RGB (Red+Green+Blue) = 141+21+55=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1537 is #72EAC8. Grayscale: #3C3C3C. Windows color (decimal): -7531209 or 3609997. OLE color: 3609997.

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

Color convert

RGB1412155-
CMYK00.850.610.45
HSL343º74.07%31.76%-
HSV(B)343º85.11%55.29%-
XYZ11.946.474.23-
YUV60.76124.76185.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 55 (21.88% from 255) = 25.35%
R=64.98%
G=9.68%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141215500.850.610.4534374.0731.76
Hex8D15370553D2D1574a20
Octal21525670125755552711240
Binary1000110110101110111010101011111011011011010101111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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