Html Css Color HEX #912C27 Mandarian Orange

📋 copy color: '#912C27'

red 145 ◦ green 44 ◦ blue 39

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

Shades of Mandarian Orange #912C27

Tints of Mandarian Orange #912C27

RGB

 RED value IS 145 (57.03% from 255) = 63.6%

 GREEN value IS 44 (17.58% from 255) = 19.3%

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

R = 63.6%
G = 19.3%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#912C27 (or 0x912C27) is known color: Mandarian Orange. HEX triplet: 91, 2C and 27. RGB value is (145,44,39). Sum of RGB (Red+Green+Blue) = 145+44+39=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #912C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912C27 is #6ED3D8. Grayscale: #494949. Windows color (decimal): -7263193 or 2567313. OLE color: 2567313.

HSL color Cylindrical-coordinate representation of color #912C27: hue angle of 2.83º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #912C27 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 44 39 -
CMYK 0 0.70 0.73 0.43
HSL 2.83º 0.58% 0.36% -
HSV(B) 2.83º 0.73% 0.57% -
XYZ 12.94 7.97 2.78 -
YUV 73.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 145 44 39 0 0.70 0.73 0.43 2.83 0.58 0.36
Hex 91 2C 27 0 46 49 2B 3 3A 24
Octal 221 54 47 0 106 111 53 3 72 44
Binary 10010001 101100 100111 0 1000110 1001001 101011 11 111010 100100

Color Harmonies of #912C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912C27

Black with #912C27

Text Example


Text Example

White with #912C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912C27; }

 p { color: rgb(145,44,39); }

 H1.HeaderClassName
 {
   color: #912C27;
 }
 .AnyTagClassName
 {
   color: #912C27;
 }
</style>

background-color css

<style>
 a { background-color: #912C27; }

 a { background-color: rgb(145,44,39); }

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

border-color css

<style>
 span { border-color: #912C27; }

 span { border-color: rgb(145,44,39); }

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