#8C2524

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

Shades of Mandarian Orange #8C2524

Tints of Mandarian Orange #8C2524

Color information

#8C2524 (or 0x8C2524) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 25 and 24. RGB value is (140,37,36). Sum of RGB (Red+Green+Blue) = 140+37+36=213 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.73% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2524 is #73DADB. Grayscale: #434343. Windows color (decimal): -7592668 or 2368908. OLE color: 2368908.

HSL color Cylindrical-coordinate representation of color #8C2524: hue angle of 0.58º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2524 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB1403736-
CMYK00.740.740.45
HSL0.58º59.09%34.51%-
HSV(B)0.58º74.29%54.9%-
XYZ11.87.032.4-
YUV67.68110.12179.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 65.73%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 36 (14.45% from 255) = 16.90%
R=65.73%
G=17.37%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140373600.740.740.450.5859.0934.51
Hex8C252404A4A2D13b23
Octal214454401121125517343
Binary100011001001011001000100101010010101011011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,37,36); }

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

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

 a { background-color: rgb(140,37,36); }

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

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

 span { border-color: rgb(140,37,36); }

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