Html Css Color HEX #8E1B1A Mandarian Orange

📋 copy color: '#8E1B1A'

red 142 ◦ green 27 ◦ blue 26

#8E1B1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #8E1B1A

Tints of Mandarian Orange #8E1B1A

RGB

 RED value IS 142 (55.86% from 255) = 72.82%

 GREEN value IS 27 (10.94% from 255) = 13.85%

 BLUE value IS 26 (10.55% from 255) = 13.33%

R = 72.82%
G = 13.85%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E1B1A (or 0x8E1B1A) is known color: Mandarian Orange. HEX triplet: 8E, 1B and 1A. RGB value is (142,27,26). Sum of RGB (Red+Green+Blue) = 142+27+26=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B1A is #71E4E5. Grayscale: #3D3D3D. Windows color (decimal): -7464166 or 1710990. OLE color: 1710990.

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

Color convert

RGB 142 27 26 -
CMYK 0 0.81 0.82 0.44
HSL 0.52º 0.69% 0.33% -
HSV(B) 0.52º 0.82% 0.56% -
XYZ 11.73 6.61 1.63 -
YUV 61.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 142 27 26 0 0.81 0.82 0.44 0.52 0.69 0.33
Hex 8E 1B 1A 0 51 52 2C 1 45 21
Octal 216 33 32 0 121 122 54 1 105 41
Binary 10001110 11011 11010 0 1010001 1010010 101100 1 1000101 100001

Color Harmonies of #8E1B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B1A

Black with #8E1B1A

Text Example


Text Example

White with #8E1B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E1B1A;
 }
 .AnyTagClassName
 {
   color: #8E1B1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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