#8D1437

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

Shades of Shiraz #8D1437

Tints of Shiraz #8D1437

Color information

#8D1437 (or 0x8D1437) is unknown color: approx Shiraz. HEX triplet: 8D, 14 and 37. RGB value is (141,20,55). Sum of RGB (Red+Green+Blue) = 141+20+55=216 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.28% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1437 is #72EBC8. Grayscale: #3C3C3C. Windows color (decimal): -7531465 or 3609741. OLE color: 3609741.

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

Color convert

RGB1412055-
CMYK00.860.610.45
HSL342.64º75.16%31.57%-
HSV(B)342.64º85.82%55.29%-
XYZ11.926.444.23-
YUV60.17125.09185.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 65.28%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=65.28%
G=9.26%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141205500.860.610.45342.6475.1631.57
Hex8D14370563D2D1574b20
Octal21524670126755552711340
Binary1000110110100110111010101101111011011011010101111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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