#8F271B

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

Shades of Mandarian Orange #8F271B

Tints of Mandarian Orange #8F271B

Color information

#8F271B (or 0x8F271B) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 27 and 1B. RGB value is (143,39,27). Sum of RGB (Red+Green+Blue) = 143+39+27=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F271B is #70D8E4. Grayscale: #444444. Windows color (decimal): -7395557 or 1779599. OLE color: 1779599.

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

Color convert

RGB1433927-
CMYK00.730.810.44
HSL6.21º68.24%33.33%-
HSV(B)6.21º81.12%56.08%-
XYZ12.257.371.81-
YUV68.73104.46180.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 68.42%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=68.42%
G=18.66%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143392700.730.810.446.2168.2433.33
Hex8F271B049512C64421
Octal2174733011112154610441
Binary10001111100111110110100100110100011011001101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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