#8A2939

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

Shades of Shiraz #8A2939

Tints of Shiraz #8A2939

Color information

#8A2939 (or 0x8A2939) is unknown color: approx Shiraz. HEX triplet: 8A, 29 and 39. RGB value is (138,41,57). Sum of RGB (Red+Green+Blue) = 138+41+57=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2939 is #75D6C6. Grayscale: #474747. Windows color (decimal): -7722695 or 3746186. OLE color: 3746186.

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

Color convert

RGB1384157-
CMYK00.700.590.46
HSL350.1º54.19%35.1%-
HSV(B)350.1º70.29%54.12%-
XYZ12.017.284.64-
YUV71.83119.64175.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.47%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=58.47%
G=17.37%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138415700.700.590.46350.154.1935.1
Hex8A29390463B2E15e3623
Octal2125171010673565366643
Binary1000101010100111100101000110111011101110101011110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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