Html Css Color HEX #912112 Mandarian Orange

📋 copy color: '#912112'

red 145 ◦ green 33 ◦ blue 18

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

Shades of Mandarian Orange #912112

Tints of Mandarian Orange #912112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 73.98%
G = 16.84%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#912112 (or 0x912112) is known color: Mandarian Orange. HEX triplet: 91, 21 and 12. RGB value is (145,33,18). Sum of RGB (Red+Green+Blue) = 145+33+18=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #912112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912112 is #6EDEED. Grayscale: #404040. Windows color (decimal): -7266030 or 1188241. OLE color: 1188241.

HSL color Cylindrical-coordinate representation of color #912112: hue angle of 7.09º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #912112 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 33 18 -
CMYK 0 0.77 0.88 0.43
HSL 7.09º 0.78% 0.32% -
HSV(B) 7.09º 0.88% 0.57% -
XYZ 12.33 7.15 1.3 -
YUV 64.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 145 33 18 0 0.77 0.88 0.43 7.09 0.78 0.32
Hex 91 21 12 0 4D 58 2B 7 4E 20
Octal 221 41 22 0 115 130 53 7 116 40
Binary 10010001 100001 10010 0 1001101 1011000 101011 111 1001110 100000

Color Harmonies of #912112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912112

Black with #912112

Text Example


Text Example

White with #912112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912112; }

 p { color: rgb(145,33,18); }

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

background-color css

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

 a { background-color: rgb(145,33,18); }

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

border-color css

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

 span { border-color: rgb(145,33,18); }

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