#8D2233

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

Shades of Shiraz #8D2233

Tints of Shiraz #8D2233

Color information

#8D2233 (or 0x8D2233) is unknown color: approx Shiraz. HEX triplet: 8D, 22 and 33. RGB value is (141,34,51). Sum of RGB (Red+Green+Blue) = 141+34+51=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2233 is #72DDCC. Grayscale: #434343. Windows color (decimal): -7527885 or 3351181. OLE color: 3351181.

HSL color Cylindrical-coordinate representation of color #8D2233: hue angle of 350.47º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D2233 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB1413451-
CMYK00.760.640.45
HSL350.47º61.14%34.31%-
HSV(B)350.47º75.89%55.29%-
XYZ12.157.053.85-
YUV67.93118.45180.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.39%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=62.39%
G=15.04%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141345100.760.640.45350.4761.1434.31
Hex8D223304C402D15e3d22
Octal21542630114100555367542
Binary10001101100010110011010011001000000101101101011110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,34,51); }

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

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

 a { background-color: rgb(141,34,51); }

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

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

 span { border-color: rgb(141,34,51); }

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