#8D1A36

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

Shades of Shiraz #8D1A36

Tints of Shiraz #8D1A36

Color information

#8D1A36 (or 0x8D1A36) is unknown color: approx Shiraz. HEX triplet: 8D, 1A and 36. RGB value is (141,26,54). Sum of RGB (Red+Green+Blue) = 141+26+54=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A36 is #72E5C9. Grayscale: #3F3F3F. Windows color (decimal): -7529930 or 3545741. OLE color: 3545741.

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

Color convert

RGB1412654-
CMYK00.820.620.45
HSL345.39º68.86%32.75%-
HSV(B)345.39º81.56%55.29%-
XYZ12.026.674.14-
YUV63.58122.6183.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.80%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 54 (21.48% from 255) = 24.43%
R=63.80%
G=11.76%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141265400.820.620.45345.3968.8632.75
Hex8D1A360523E2D1594521
Octal21532660122765553110541
Binary1000110111010110110010100101111101011011010110011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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