#8F2827

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

Shades of Mandarian Orange #8F2827

Tints of Mandarian Orange #8F2827

Color information

#8F2827 (or 0x8F2827) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 28 and 27. RGB value is (143,40,39). Sum of RGB (Red+Green+Blue) = 143+40+39=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2827 is #70D7D8. Grayscale: #464646. Windows color (decimal): -7395289 or 2566287. OLE color: 2566287.

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

Color convert

RGB1434039-
CMYK00.720.730.44
HSL0.58º57.14%35.69%-
HSV(B)0.58º72.73%56.08%-
XYZ12.457.52.71-
YUV70.68110.12179.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.41%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=64.41%
G=18.02%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143403900.720.730.440.5857.1435.69
Hex8F2827048492C13924
Octal217504701101115417144
Binary100011111010001001110100100010010011011001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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