#8F211B

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

Shades of Mandarian Orange #8F211B

Tints of Mandarian Orange #8F211B

Color information

#8F211B (or 0x8F211B) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 21 and 1B. RGB value is (143,33,27). Sum of RGB (Red+Green+Blue) = 143+33+27=203 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.44% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 143 - color contains mainly: red. Hex color #8F211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F211B is #70DEE4. Grayscale: #414141. Windows color (decimal): -7397093 or 1778063. OLE color: 1778063.

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

Color convert

RGB1433327-
CMYK00.770.810.44
HSL3.1º68.24%33.33%-
HSV(B)3.1º81.12%56.08%-
XYZ12.077.011.75-
YUV65.21106.44183.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 70.44%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=70.44%
G=16.26%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143332700.770.810.443.168.2433.33
Hex8F211B04D512C34421
Octal2174133011512154310441
Binary1000111110000111011010011011010001101100111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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