Html Css Color HEX #8C291F Mandarian Orange

📋 copy color: '#8C291F'

red 140 ◦ green 41 ◦ blue 31

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

Shades of Mandarian Orange #8C291F

Tints of Mandarian Orange #8C291F

RGB

 RED value IS 140 (55.08% from 255) = 66.04%

 GREEN value IS 41 (16.41% from 255) = 19.34%

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 66.04%
G = 19.34%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C291F (or 0x8C291F) is known color: Mandarian Orange. HEX triplet: 8C, 29 and 1F. RGB value is (140,41,31). Sum of RGB (Red+Green+Blue) = 140+41+31=212 (28% of max value = 765). Red value is 140 (55.08% from 255 or 66.04% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 140 - color contains mainly: red. Hex color #8C291F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C291F is #73D6E0. Grayscale: #454545. Windows color (decimal): -7591649 or 2042252. OLE color: 2042252.

HSL color Cylindrical-coordinate representation of color #8C291F: hue angle of 5.5º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C291F is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 31 -
CMYK 0 0.71 0.78 0.45
HSL 5.5º 0.64% 0.34% -
HSV(B) 5.5º 0.78% 0.55% -
XYZ 11.86 7.26 2.07 -
YUV 69.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 140 41 31 0 0.71 0.78 0.45 5.5 0.64 0.34
Hex 8C 29 1F 0 47 4E 2D 6 40 22
Octal 214 51 37 0 107 116 55 6 100 42
Binary 10001100 101001 11111 0 1000111 1001110 101101 110 1000000 100010

Color Harmonies of #8C291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C291F

Black with #8C291F

Text Example


Text Example

White with #8C291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,31); }

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

background-color css

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

 a { background-color: rgb(140,41,31); }

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

border-color css

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

 span { border-color: rgb(140,41,31); }

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