#8c1f16

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

Shades of Mandarian Orange #8C1F16

Tints of Mandarian Orange #8C1F16

Color information

#8C1F16 (or 0x8C1F16) is unknown color: approx Mandarian Orange. HEX triplet: 8C, 1F and 16. RGB value is (140,31,22). Sum of RGB (Red+Green+Blue) = 140+31+22=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1F16 is #73E0E9. Grayscale: #3E3E3E. Windows color (decimal): -7594218 or 1449868. OLE color: 1449868.

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

Color convert

RGB1403122-
CMYK00.780.840.45
HSL4.58º72.84%31.76%-
HSV(B)4.58º84.29%54.9%-
XYZ11.456.611.43-
YUV62.57105.11183.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 72.54%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=72.54%
G=16.06%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140312200.780.840.454.5872.8431.76
Hex8C1F1604E542D54920
Octal2143726011612455511140
Binary1000110011111101100100111010101001011011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1f16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,31,22); }

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

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

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

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

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

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

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