Html Css Color HEX #8C291D Mandarian Orange

📋 copy color: '#8C291D'

red 140 ◦ green 41 ◦ blue 29

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

Shades of Mandarian Orange #8C291D

Tints of Mandarian Orange #8C291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 66.67%
G = 19.52%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C291D (or 0x8C291D) is known color: Mandarian Orange. HEX triplet: 8C, 29 and 1D. RGB value is (140,41,29). Sum of RGB (Red+Green+Blue) = 140+41+29=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C291D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C291D is #73D6E2. Grayscale: #454545. Windows color (decimal): -7591651 or 1911180. OLE color: 1911180.

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

Color convert

RGB 140 41 29 -
CMYK 0 0.71 0.79 0.45
HSL 6.49º 0.66% 0.33% -
HSV(B) 6.49º 0.79% 0.55% -
XYZ 11.83 7.25 1.94 -
YUV 69.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 140 41 29 0 0.71 0.79 0.45 6.49 0.66 0.33
Hex 8C 29 1D 0 47 4F 2D 6 42 21
Octal 214 51 35 0 107 117 55 6 102 41
Binary 10001100 101001 11101 0 1000111 1001111 101101 110 1000010 100001

Color Harmonies of #8C291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C291D

Black with #8C291D

Text Example


Text Example

White with #8C291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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