#8D1836

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

Shades of Shiraz #8D1836

Tints of Shiraz #8D1836

Color information

#8D1836 (or 0x8D1836) is unknown color: approx Shiraz. HEX triplet: 8D, 18 and 36. RGB value is (141,24,54). Sum of RGB (Red+Green+Blue) = 141+24+54=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1836 is #72E7C9. Grayscale: #3E3E3E. Windows color (decimal): -7530442 or 3545229. OLE color: 3545229.

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

Color convert

RGB1412454-
CMYK00.830.620.45
HSL344.62º70.91%32.35%-
HSV(B)344.62º82.98%55.29%-
XYZ11.986.584.13-
YUV62.4123.26184.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.38%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=64.38%
G=10.96%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141245400.830.620.45344.6270.9132.35
Hex8D18360533E2D1594720
Octal21530660123765553110740
Binary1000110111000110110010100111111101011011010110011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,24,54); }

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

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

 a { background-color: rgb(141,24,54); }

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

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

 span { border-color: rgb(141,24,54); }

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