#8C2219

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

Shades of Mandarian Orange #8C2219

Tints of Mandarian Orange #8C2219

Color information

#8C2219 (or 0x8C2219) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 22 and 19. RGB value is (140,34,25). Sum of RGB (Red+Green+Blue) = 140+34+25=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2219 is #73DDE6. Grayscale: #404040. Windows color (decimal): -7593447 or 1647244. OLE color: 1647244.

HSL color Cylindrical-coordinate representation of color #8C2219: hue angle of 4.7º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2219 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1403425-
CMYK00.760.820.45
HSL4.7º69.7%32.35%-
HSV(B)4.7º82.14%54.9%-
XYZ11.566.791.62-
YUV64.67105.62181.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 70.35%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=70.35%
G=17.09%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140342500.760.820.454.769.732.35
Hex8C221904C522D54620
Octal2144231011412255510640
Binary10001100100010110010100110010100101011011011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,34,25); }

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

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

 a { background-color: rgb(140,34,25); }

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

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

 span { border-color: rgb(140,34,25); }

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