#8F2724

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

Shades of Mandarian Orange #8F2724

Tints of Mandarian Orange #8F2724

Color information

#8F2724 (or 0x8F2724) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 27 and 24. RGB value is (143,39,36). Sum of RGB (Red+Green+Blue) = 143+39+36=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2724 is #70D8DB. Grayscale: #454545. Windows color (decimal): -7395548 or 2369423. OLE color: 2369423.

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

Color convert

RGB1433936-
CMYK00.730.750.44
HSL1.68º59.78%35.1%-
HSV(B)1.68º74.83%56.08%-
XYZ12.377.422.45-
YUV69.75108.96180.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 65.60%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=65.60%
G=17.89%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143393600.730.750.441.6859.7835.1
Hex8F27240494B2C23c23
Octal217474401111135427443
Binary1000111110011110010001001001100101110110010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,39,36); }

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

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

 a { background-color: rgb(143,39,36); }

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

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

 span { border-color: rgb(143,39,36); }

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