#8C2323

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

Shades of Mandarian Orange #8C2323

Tints of Mandarian Orange #8C2323

Color information

#8C2323 (or 0x8C2323) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 23 and 23. RGB value is (140,35,35). Sum of RGB (Red+Green+Blue) = 140+35+35=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2323 is #73DCDC. Grayscale: #424242. Windows color (decimal): -7593181 or 2302860. OLE color: 2302860.

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

Color convert

RGB1403535-
CMYK00.750.750.45
HSL60%34.31%-
HSV(B)75%54.9%-
XYZ11.726.92.3-
YUV66.4110.29180.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.67%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=66.67%
G=16.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140353500.750.750.4506034.31
Hex8C232304B4B2D03c22
Octal214434301131135507442
Binary100011001000111000110100101110010111011010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,35,35); }

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

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

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

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

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

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

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