#8D233A

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

Shades of Shiraz #8D233A

Tints of Shiraz #8D233A

Color information

#8D233A (or 0x8D233A) is unknown color: approx Shiraz. HEX triplet: 8D, 23 and 3A. RGB value is (141,35,58). Sum of RGB (Red+Green+Blue) = 141+35+58=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D233A is #72DCC5. Grayscale: #454545. Windows color (decimal): -7527622 or 3810189. OLE color: 3810189.

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

Color convert

RGB1413558-
CMYK00.750.590.45
HSL346.98º60.23%34.51%-
HSV(B)346.98º75.18%55.29%-
XYZ12.357.174.74-
YUV69.32121.62179.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.26%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=60.26%
G=14.96%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141355800.750.590.45346.9860.2334.51
Hex8D233A04B3B2D15b3c23
Octal2154372011373555337443
Binary1000110110001111101001001011111011101101101011011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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