Html Css Color HEX #912220 Mandarian Orange

📋 copy color: '#912220'

red 145 ◦ green 34 ◦ blue 32

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

Shades of Mandarian Orange #912220

Tints of Mandarian Orange #912220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 68.72%
G = 16.11%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#912220 (or 0x912220) is known color: Mandarian Orange. HEX triplet: 91, 22 and 20. RGB value is (145,34,32). Sum of RGB (Red+Green+Blue) = 145+34+32=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #912220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912220 is #6EDDDF. Grayscale: #434343. Windows color (decimal): -7265760 or 2106001. OLE color: 2106001.

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

Color convert

RGB 145 34 32 -
CMYK 0 0.77 0.78 0.43
HSL 1.06º 0.64% 0.35% -
HSV(B) 1.06º 0.78% 0.57% -
XYZ 12.51 7.27 2.11 -
YUV 66.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 145 34 32 0 0.77 0.78 0.43 1.06 0.64 0.35
Hex 91 22 20 0 4D 4E 2B 1 40 23
Octal 221 42 40 0 115 116 53 1 100 43
Binary 10010001 100010 100000 0 1001101 1001110 101011 1 1000000 100011

Color Harmonies of #912220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912220

Black with #912220

Text Example


Text Example

White with #912220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912220; }

 p { color: rgb(145,34,32); }

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

background-color css

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

 a { background-color: rgb(145,34,32); }

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

border-color css

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

 span { border-color: rgb(145,34,32); }

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