#8F2924

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

Shades of Mandarian Orange #8F2924

Tints of Mandarian Orange #8F2924

Color information

#8F2924 (or 0x8F2924) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 29 and 24. RGB value is (143,41,36). Sum of RGB (Red+Green+Blue) = 143+41+36=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2924 is #70D6DB. Grayscale: #474747. Windows color (decimal): -7395036 or 2369935. OLE color: 2369935.

HSL color Cylindrical-coordinate representation of color #8F2924: hue angle of 2.8º 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 #8F2924 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB1434136-
CMYK00.710.750.44
HSL2.8º59.78%35.1%-
HSV(B)2.8º74.83%56.08%-
XYZ12.447.552.47-
YUV70.93108.29179.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 65%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=65%
G=18.64%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143413600.710.750.442.859.7835.1
Hex8F29240474B2C33c23
Octal217514401071135437443
Binary1000111110100110010001000111100101110110011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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