#8A202F

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

Shades of Shiraz #8A202F

Tints of Shiraz #8A202F

Color information

#8A202F (or 0x8A202F) is unknown color: approx Shiraz. HEX triplet: 8A, 20 and 2F. RGB value is (138,32,47). Sum of RGB (Red+Green+Blue) = 138+32+47=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A202F is #75DFD0. Grayscale: #414141. Windows color (decimal): -7725009 or 3088522. OLE color: 3088522.

HSL color Cylindrical-coordinate representation of color #8A202F: hue angle of 351.51º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A202F is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1383247-
CMYK00.770.660.46
HSL351.51º62.35%33.33%-
HSV(B)351.51º76.81%54.12%-
XYZ11.516.643.36-
YUV65.4117.62179.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.59%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=63.59%
G=14.75%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138324700.770.660.46351.5162.3533.33
Hex8A202F04D422E1603e21
Octal21240570115102565407641
Binary10001010100000101111010011011000010101110101100000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,32,47); }

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

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

 a { background-color: rgb(138,32,47); }

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

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

 span { border-color: rgb(138,32,47); }

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