#8D2D3D

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

Shades of Shiraz #8D2D3D

Tints of Shiraz #8D2D3D

Color information

#8D2D3D (or 0x8D2D3D) is unknown color: approx Shiraz. HEX triplet: 8D, 2D and 3D. RGB value is (141,45,61). Sum of RGB (Red+Green+Blue) = 141+45+61=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2D3D is #72D2C2. Grayscale: #4B4B4B. Windows color (decimal): -7525059 or 4009357. OLE color: 4009357.

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

Color convert

RGB1414561-
CMYK00.680.570.45
HSL350º51.61%36.47%-
HSV(B)350º68.09%55.29%-
XYZ12.777.885.26-
YUV75.53119.8174.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.09%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=57.09%
G=18.22%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141456100.680.570.4535051.6136.47
Hex8D2D3D044392D15e3424
Octal2155575010471555366444
Binary1000110110110111110101000100111001101101101011110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,45,61); }

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

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

 a { background-color: rgb(141,45,61); }

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

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

 span { border-color: rgb(141,45,61); }

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