Html Css Color HEX #8C2927 Mandarian Orange

📋 copy color: '#8C2927'

red 140 ◦ green 41 ◦ blue 39

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

Shades of Mandarian Orange #8C2927

Tints of Mandarian Orange #8C2927

RGB

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

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

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

R = 63.64%
G = 18.64%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8C2927 (or 0x8C2927) is known color: Mandarian Orange. HEX triplet: 8C, 29 and 27. RGB value is (140,41,39). Sum of RGB (Red+Green+Blue) = 140+41+39=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2927 is #73D6D8. Grayscale: #464646. Windows color (decimal): -7591641 or 2566540. OLE color: 2566540.

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

Color convert

RGB 140 41 39 -
CMYK 0 0.71 0.72 0.45
HSL 1.19º 0.56% 0.35% -
HSV(B) 1.19º 0.72% 0.55% -
XYZ 11.97 7.31 2.7 -
YUV 70.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 140 41 39 0 0.71 0.72 0.45 1.19 0.56 0.35
Hex 8C 29 27 0 47 48 2D 1 38 23
Octal 214 51 47 0 107 110 55 1 70 43
Binary 10001100 101001 100111 0 1000111 1001000 101101 1 111000 100011

Color Harmonies of #8C2927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2927

Black with #8C2927

Text Example


Text Example

White with #8C2927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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