Html Css Color HEX #8C2A27 Mandarian Orange

📋 copy color: '#8C2A27'

red 140 ◦ green 42 ◦ blue 39

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

Shades of Mandarian Orange #8C2A27

Tints of Mandarian Orange #8C2A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19%

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

R = 63.35%
G = 19%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8C2A27 (or 0x8C2A27) is known color: Mandarian Orange. HEX triplet: 8C, 2A and 27. RGB value is (140,42,39). Sum of RGB (Red+Green+Blue) = 140+42+39=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2A27 is #73D5D8. Grayscale: #474747. Windows color (decimal): -7591385 or 2566796. OLE color: 2566796.

HSL color Cylindrical-coordinate representation of color #8C2A27: hue angle of 1.78º 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 #8C2A27 is Cyan = 0, Magento = 0.7, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 42 39 -
CMYK 0 0.7 0.72 0.45
HSL 1.78º 0.56% 0.35% -
HSV(B) 1.78º 0.72% 0.55% -
XYZ 12.01 7.38 2.71 -
YUV 70.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 140 42 39 0 0.7 0.72 0.45 1.78 0.56 0.35
Hex 8C 2A 27 0 46 48 2D 2 38 23
Octal 214 52 47 0 106 110 55 2 70 43
Binary 10001100 101010 100111 0 1000110 1001000 101101 10 111000 100011

Color Harmonies of #8C2A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2A27

Black with #8C2A27

Text Example


Text Example

White with #8C2A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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