Html Css Color HEX #922A21 Mandarian Orange

📋 copy color: '#922A21'

red 146 ◦ green 42 ◦ blue 33

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

Shades of Mandarian Orange #922A21

Tints of Mandarian Orange #922A21

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19%

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

R = 66.06%
G = 19%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#922A21 (or 0x922A21) is known color: Mandarian Orange. HEX triplet: 92, 2A and 21. RGB value is (146,42,33). Sum of RGB (Red+Green+Blue) = 146+42+33=221 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.06% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 146 - color contains mainly: red. Hex color #922A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922A21 is #6DD5DE. Grayscale: #484848. Windows color (decimal): -7198175 or 2173586. OLE color: 2173586.

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

Color convert

RGB 146 42 33 -
CMYK 0 0.71 0.77 0.43
HSL 4.78º 0.63% 0.35% -
HSV(B) 4.78º 0.77% 0.57% -
XYZ 12.96 7.88 2.28 -
YUV 72.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 146 42 33 0 0.71 0.77 0.43 4.78 0.63 0.35
Hex 92 2A 21 0 47 4D 2B 5 3F 23
Octal 222 52 41 0 107 115 53 5 77 43
Binary 10010010 101010 100001 0 1000111 1001101 101011 101 111111 100011

Color Harmonies of #922A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922A21

Black with #922A21

Text Example


Text Example

White with #922A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922A21; }

 p { color: rgb(146,42,33); }

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

background-color css

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

 a { background-color: rgb(146,42,33); }

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

border-color css

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

 span { border-color: rgb(146,42,33); }

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