#8C2C27

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

Shades of Mandarian Orange #8C2C27

Tints of Mandarian Orange #8C2C27

Color information

#8C2C27 (or 0x8C2C27) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 2C and 27. RGB value is (140,44,39). Sum of RGB (Red+Green+Blue) = 140+44+39=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2C27 is #73D3D8. Grayscale: #484848. Windows color (decimal): -7590873 or 2567308. OLE color: 2567308.

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

Color convert

RGB1404439-
CMYK00.690.720.45
HSL2.97º56.42%35.1%-
HSV(B)2.97º72.14%54.9%-
XYZ12.087.522.73-
YUV72.13109.3176.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.78%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 39 (15.62% from 255) = 17.49%
R=62.78%
G=19.73%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140443900.690.720.452.9756.4235.1
Hex8C2C27045482D33823
Octal214544701051105537043
Binary1000110010110010011101000101100100010110111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,44,39); }

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

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

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

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

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

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

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