#8D293F

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

Shades of Shiraz #8D293F

Tints of Shiraz #8D293F

Color information

#8D293F (or 0x8D293F) is unknown color: approx Shiraz. HEX triplet: 8D, 29 and 3F. RGB value is (141,41,63). Sum of RGB (Red+Green+Blue) = 141+41+63=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D293F is #72D6C0. Grayscale: #494949. Windows color (decimal): -7526081 or 4139405. OLE color: 4139405.

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

Color convert

RGB1414163-
CMYK00.710.550.45
HSL346.8º54.95%35.69%-
HSV(B)346.8º70.92%55.29%-
XYZ12.677.615.5-
YUV73.41122.13176.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.55%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 63 (25% from 255) = 25.71%
R=57.55%
G=16.73%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141416300.710.550.45346.854.9535.69
Hex8D293F047372D15b3724
Octal2155177010767555336744
Binary1000110110100111111101000111110111101101101011011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,41,63); }

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

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

 a { background-color: rgb(141,41,63); }

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

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

 span { border-color: rgb(141,41,63); }

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