#8D2434

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

Shades of Shiraz #8D2434

Tints of Shiraz #8D2434

Color information

#8D2434 (or 0x8D2434) is unknown color: approx Shiraz. HEX triplet: 8D, 24 and 34. RGB value is (141,36,52). Sum of RGB (Red+Green+Blue) = 141+36+52=229 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.57% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2434 is #72DBCB. Grayscale: #454545. Windows color (decimal): -7527372 or 3417229. OLE color: 3417229.

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

Color convert

RGB1413652-
CMYK00.740.630.45
HSL350.86º59.32%34.71%-
HSV(B)350.86º74.47%55.29%-
XYZ12.247.173.99-
YUV69.22118.29179.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.57%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=61.57%
G=15.72%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141365200.740.630.45350.8659.3234.71
Hex8D243404A3F2D15f3b23
Octal2154464011277555377343
Binary1000110110010011010001001010111111101101101011111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,36,52); }

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

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

 a { background-color: rgb(141,36,52); }

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

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

 span { border-color: rgb(141,36,52); }

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