#8D2336

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

Shades of Shiraz #8D2336

Tints of Shiraz #8D2336

Color information

#8D2336 (or 0x8D2336) is unknown color: approx Shiraz. HEX triplet: 8D, 23 and 36. RGB value is (141,35,54). Sum of RGB (Red+Green+Blue) = 141+35+54=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2336 is #72DCC9. Grayscale: #444444. Windows color (decimal): -7527626 or 3548045. OLE color: 3548045.

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

Color convert

RGB1413554-
CMYK00.750.620.45
HSL349.25º60.23%34.51%-
HSV(B)349.25º75.18%55.29%-
XYZ12.257.134.22-
YUV68.86119.62179.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.30%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 54 (21.48% from 255) = 23.48%
R=61.30%
G=15.22%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141355400.750.620.45349.2560.2334.51
Hex8D233604B3E2D15d3c23
Octal2154366011376555357443
Binary1000110110001111011001001011111110101101101011101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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