#8D1438

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

Shades of Shiraz #8D1438

Tints of Shiraz #8D1438

Color information

#8D1438 (or 0x8D1438) is unknown color: approx Shiraz. HEX triplet: 8D, 14 and 38. RGB value is (141,20,56). Sum of RGB (Red+Green+Blue) = 141+20+56=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1438 is #72EBC7. Grayscale: #3C3C3C. Windows color (decimal): -7531464 or 3675277. OLE color: 3675277.

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

Color convert

RGB1412056-
CMYK00.860.600.45
HSL342.15º75.16%31.57%-
HSV(B)342.15º85.82%55.29%-
XYZ11.956.454.36-
YUV60.28125.59185.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=64.98%
G=9.22%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141205600.860.600.45342.1575.1631.57
Hex8D14380563C2D1564b20
Octal21524700126745552611340
Binary1000110110100111000010101101111001011011010101101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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