#8A2A3A

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

Shades of Shiraz #8A2A3A

Tints of Shiraz #8A2A3A

Color information

#8A2A3A (or 0x8A2A3A) is unknown color: approx Shiraz. HEX triplet: 8A, 2A and 3A. RGB value is (138,42,58). Sum of RGB (Red+Green+Blue) = 138+42+58=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2A3A is #75D5C5. Grayscale: #484848. Windows color (decimal): -7722438 or 3811978. OLE color: 3811978.

HSL color Cylindrical-coordinate representation of color #8A2A3A: hue angle of 350º degrees, saturation: 0.53, 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 #8A2A3A is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1384258-
CMYK00.700.580.46
HSL350º53.33%35.29%-
HSV(B)350º69.57%54.12%-
XYZ12.077.364.79-
YUV72.53119.8174.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.98%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=57.98%
G=17.65%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138425800.700.580.4635053.3335.29
Hex8A2A3A0463A2E15e3523
Octal2125272010672565366543
Binary1000101010101011101001000110111010101110101011110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,42,58); }

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

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

 a { background-color: rgb(138,42,58); }

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

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

 span { border-color: rgb(138,42,58); }

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