#8A2239

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

Shades of Shiraz #8A2239

Tints of Shiraz #8A2239

Color information

#8A2239 (or 0x8A2239) is unknown color: approx Shiraz. HEX triplet: 8A, 22 and 39. RGB value is (138,34,57). Sum of RGB (Red+Green+Blue) = 138+34+57=229 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.26% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2239 is #75DDC6. Grayscale: #434343. Windows color (decimal): -7724487 or 3744394. OLE color: 3744394.

HSL color Cylindrical-coordinate representation of color #8A2239: hue angle of 346.73º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2239 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB1383457-
CMYK00.750.590.46
HSL346.73º60.47%33.73%-
HSV(B)346.73º75.36%54.12%-
XYZ11.796.844.57-
YUV67.72121.96178.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60.26%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 57 (22.66% from 255) = 24.89%
R=60.26%
G=14.85%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138345700.750.590.46346.7360.4733.73
Hex8A223904B3B2E15b3c22
Octal2124271011373565337442
Binary1000101010001011100101001011111011101110101011011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,34,57); }

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

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

 a { background-color: rgb(138,34,57); }

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

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

 span { border-color: rgb(138,34,57); }

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