Html Css Color HEX #8E2827 Mandarian Orange

📋 copy color: '#8E2827'

red 142 ◦ green 40 ◦ blue 39

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

Shades of Mandarian Orange #8E2827

Tints of Mandarian Orange #8E2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

 BLUE value IS 39 (15.63% from 255) = 17.65%

R = 64.25%
G = 18.1%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8E2827 (or 0x8E2827) is known color: Mandarian Orange. HEX triplet: 8E, 28 and 27. RGB value is (142,40,39). Sum of RGB (Red+Green+Blue) = 142+40+39=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2827 is #71D7D8. Grayscale: #464646. Windows color (decimal): -7460825 or 2566286. OLE color: 2566286.

HSL color Cylindrical-coordinate representation of color #8E2827: hue angle of 0.58º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2827 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 40 39 -
CMYK 0 0.72 0.73 0.44
HSL 0.58º 0.57% 0.35% -
HSV(B) 0.58º 0.73% 0.56% -
XYZ 12.28 7.41 2.7 -
YUV 70.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 142 40 39 0 0.72 0.73 0.44 0.58 0.57 0.35
Hex 8E 28 27 0 48 49 2C 1 39 23
Octal 216 50 47 0 110 111 54 1 71 43
Binary 10001110 101000 100111 0 1001000 1001001 101100 1 111001 100011

Color Harmonies of #8E2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2827

Black with #8E2827

Text Example


Text Example

White with #8E2827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,39); }

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

background-color css

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

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

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

border-color css

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

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

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