#8A2019

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

Shades of Mandarian Orange #8A2019

Tints of Mandarian Orange #8A2019

Color information

#8A2019 (or 0x8A2019) is unknown color: approx Mandarian Orange. HEX triplet: 8A, 20 and 19. RGB value is (138,32,25). Sum of RGB (Red+Green+Blue) = 138+32+25=195 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.77% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2019 is #75DFE6. Grayscale: #3F3F3F. Windows color (decimal): -7725031 or 1646730. OLE color: 1646730.

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

Color convert

RGB1383225-
CMYK00.770.820.46
HSL3.72º69.33%31.96%-
HSV(B)3.72º81.88%54.12%-
XYZ11.176.511.59-
YUV62.9106.62181.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.77%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 25 (10.16% from 255) = 12.82%
R=70.77%
G=16.41%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138322500.770.820.463.7269.3331.96
Hex8A201904D522E44520
Octal2124031011512256410540
Binary10001010100000110010100110110100101011101001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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