Html Css Color HEX #912221 Mandarian Orange

📋 copy color: '#912221'

red 145 ◦ green 34 ◦ blue 33

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

Shades of Mandarian Orange #912221

Tints of Mandarian Orange #912221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.57%

R = 68.4%
G = 16.04%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#912221 (or 0x912221) is known color: Mandarian Orange. HEX triplet: 91, 22 and 21. RGB value is (145,34,33). Sum of RGB (Red+Green+Blue) = 145+34+33=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #912221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912221 is #6EDDDE. Grayscale: #434343. Windows color (decimal): -7265759 or 2171537. OLE color: 2171537.

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

Color convert

RGB 145 34 33 -
CMYK 0 0.77 0.77 0.43
HSL 0.54º 0.63% 0.35% -
HSV(B) 0.54º 0.77% 0.57% -
XYZ 12.52 7.27 2.18 -
YUV 67.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 145 34 33 0 0.77 0.77 0.43 0.54 0.63 0.35
Hex 91 22 21 0 4D 4D 2B 1 3F 23
Octal 221 42 41 0 115 115 53 1 77 43
Binary 10010001 100010 100001 0 1001101 1001101 101011 1 111111 100011

Color Harmonies of #912221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912221

Black with #912221

Text Example


Text Example

White with #912221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912221; }

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

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

background-color css

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

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

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

border-color css

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

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

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