#8D2D3E

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

Shades of Shiraz #8D2D3E

Tints of Shiraz #8D2D3E

Color information

#8D2D3E (or 0x8D2D3E) is unknown color: approx Shiraz. HEX triplet: 8D, 2D and 3E. RGB value is (141,45,62). Sum of RGB (Red+Green+Blue) = 141+45+62=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2D3E is #72D2C1. Grayscale: #4B4B4B. Windows color (decimal): -7525058 or 4074893. OLE color: 4074893.

HSL color Cylindrical-coordinate representation of color #8D2D3E: hue angle of 349.38º 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 #8D2D3E is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB1414562-
CMYK00.680.560.45
HSL349.38º51.61%36.47%-
HSV(B)349.38º68.09%55.29%-
XYZ12.797.895.41-
YUV75.64120.3174.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.85%
GREEN value IS 45 (17.97% from 255) = 18.15%
BLUE value IS 62 (24.61% from 255) = 25%
R=56.85%
G=18.15%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141456200.680.560.45349.3851.6136.47
Hex8D2D3E044382D15d3424
Octal2155576010470555356444
Binary1000110110110111111001000100111000101101101011101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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