#8E1B1B

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

Shades of Mandarian Orange #8E1B1B

Tints of Mandarian Orange #8E1B1B

Color information

#8E1B1B (or 0x8E1B1B) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 1B and 1B. RGB value is (142,27,27). Sum of RGB (Red+Green+Blue) = 142+27+27=196 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.45% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B1B is #71E4E4. Grayscale: #3D3D3D. Windows color (decimal): -7464165 or 1776526. OLE color: 1776526.

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

Color convert

RGB1422727-
CMYK00.810.810.44
HSL68.05%33.14%-
HSV(B)80.99%55.69%-
XYZ11.756.611.69-
YUV61.38108.6185.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.45%
GREEN value IS 27 (10.94% from 255) = 13.78%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=72.45%
G=13.78%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142272700.810.810.44068.0533.14
Hex8E1B1B051512C04421
Octal2163333012112154010441
Binary10001110110111101101010001101000110110001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,27,27); }

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

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

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

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

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

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

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