#8F291B

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

Shades of Mandarian Orange #8F291B

Tints of Mandarian Orange #8F291B

Color information

#8F291B (or 0x8F291B) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 29 and 1B. RGB value is (143,41,27). Sum of RGB (Red+Green+Blue) = 143+41+27=211 (27% of max value = 765). Red value is 143 (56.25% from 255 or 67.77% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 143 - color contains mainly: red. Hex color #8F291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F291B is #70D6E4. Grayscale: #464646. Windows color (decimal): -7395045 or 1780111. OLE color: 1780111.

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

Color convert

RGB1434127-
CMYK00.710.810.44
HSL7.24º68.24%33.33%-
HSV(B)7.24º81.12%56.08%-
XYZ12.327.51.84-
YUV69.9103.79180.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 67.77%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 27 (10.94% from 255) = 12.80%
R=67.77%
G=19.43%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143412700.710.810.447.2468.2433.33
Hex8F291B047512C74421
Octal2175133010712154710441
Binary10001111101001110110100011110100011011001111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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