#8F1F1B

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

Shades of Mandarian Orange #8F1F1B

Tints of Mandarian Orange #8F1F1B

Color information

#8F1F1B (or 0x8F1F1B) is unknown color: approx Mandarian Orange. HEX triplet: 8F, 1F and 1B. RGB value is (143,31,27). Sum of RGB (Red+Green+Blue) = 143+31+27=201 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.14% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1F1B is #70E0E4. Grayscale: #404040. Windows color (decimal): -7397605 or 1777551. OLE color: 1777551.

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

Color convert

RGB1433127-
CMYK00.780.810.44
HSL2.07º68.24%33.33%-
HSV(B)2.07º81.12%56.08%-
XYZ12.026.91.74-
YUV64.03107.11184.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 71.14%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=71.14%
G=15.42%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143312700.780.810.442.0768.2433.33
Hex8F1F1B04E512C24421
Octal2173733011612154210441
Binary100011111111111011010011101010001101100101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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