Html Css Color HEX #922220 Mandarian Orange

📋 copy color: '#922220'

red 146 ◦ green 34 ◦ blue 32

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

Shades of Mandarian Orange #922220

Tints of Mandarian Orange #922220

RGB

 RED value IS 146 (57.42% from 255) = 68.87%

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

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

R = 68.87%
G = 16.04%
B = 15.09%

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

#922220 (or 0x922220) is known color: Mandarian Orange. HEX triplet: 92, 22 and 20. RGB value is (146,34,32). Sum of RGB (Red+Green+Blue) = 146+34+32=212 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.87% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 146 - color contains mainly: red. Hex color #922220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922220 is #6DDDDF. Grayscale: #434343. Windows color (decimal): -7200224 or 2106002. OLE color: 2106002.

HSL color Cylindrical-coordinate representation of color #922220: hue angle of 1.05º 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 #922220 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 34 32 -
CMYK 0 0.77 0.78 0.43
HSL 1.05º 0.64% 0.35% -
HSV(B) 1.05º 0.78% 0.57% -
XYZ 12.69 7.36 2.12 -
YUV 67.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 146 34 32 0 0.77 0.78 0.43 1.05 0.64 0.35
Hex 92 22 20 0 4D 4E 2B 1 40 23
Octal 222 42 40 0 115 116 53 1 100 43
Binary 10010010 100010 100000 0 1001101 1001110 101011 1 1000000 100011

Color Harmonies of #922220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922220

Black with #922220

Text Example


Text Example

White with #922220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922220; }

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

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

background-color css

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

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

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

border-color css

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

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

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