#8D2339

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

Shades of Shiraz #8D2339

Tints of Shiraz #8D2339

Color information

#8D2339 (or 0x8D2339) is unknown color: approx Shiraz. HEX triplet: 8D, 23 and 39. RGB value is (141,35,57). Sum of RGB (Red+Green+Blue) = 141+35+57=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2339 is #72DCC6. Grayscale: #454545. Windows color (decimal): -7527623 or 3744653. OLE color: 3744653.

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

Color convert

RGB1413557-
CMYK00.750.600.45
HSL347.55º60.23%34.51%-
HSV(B)347.55º75.18%55.29%-
XYZ12.327.164.6-
YUV69.2121.12179.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.52%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=60.52%
G=15.02%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141355700.750.600.45347.5560.2334.51
Hex8D233904B3C2D15c3c23
Octal2154371011374555347443
Binary1000110110001111100101001011111100101101101011100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,35,57); }

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

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

 a { background-color: rgb(141,35,57); }

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

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

 span { border-color: rgb(141,35,57); }

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