#8D2740

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

Shades of Shiraz #8D2740

Tints of Shiraz #8D2740

Color information

#8D2740 (or 0x8D2740) is unknown color: approx Shiraz. HEX triplet: 8D, 27 and 40. RGB value is (141,39,64). Sum of RGB (Red+Green+Blue) = 141+39+64=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2740 is #72D8BF. Grayscale: #484848. Windows color (decimal): -7526592 or 4204429. OLE color: 4204429.

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

Color convert

RGB1413964-
CMYK00.720.550.45
HSL345.29º56.67%35.29%-
HSV(B)345.29º72.34%55.29%-
XYZ12.647.485.63-
YUV72.35123.29176.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.79%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=57.79%
G=15.98%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141396400.720.550.45345.2956.6735.29
Hex8D2740048372D1593923
Octal21547100011067555317143
Binary10001101100111100000001001000110111101101101011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,64); }

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

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

 a { background-color: rgb(141,39,64); }

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

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

 span { border-color: rgb(141,39,64); }

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