#8D1534

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

Shades of Shiraz #8D1534

Tints of Shiraz #8D1534

Color information

#8D1534 (or 0x8D1534) is unknown color: approx Shiraz. HEX triplet: 8D, 15 and 34. RGB value is (141,21,52). Sum of RGB (Red+Green+Blue) = 141+21+52=214 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.89% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1534 is #72EACB. Grayscale: #3C3C3C. Windows color (decimal): -7531212 or 3413389. OLE color: 3413389.

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

Color convert

RGB1412152-
CMYK00.850.630.45
HSL344.5º74.07%31.76%-
HSV(B)344.5º85.11%55.29%-
XYZ11.876.453.87-
YUV60.41123.26185.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 65.89%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=65.89%
G=9.81%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141215200.850.630.45344.574.0731.76
Hex8D15340553F2D1584a20
Octal21525640125775553011240
Binary1000110110101110100010101011111111011011010110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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