Html Css Color HEX #902120 Mandarian Orange

📋 copy color: '#902120'

red 144 ◦ green 33 ◦ blue 32

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

Shades of Mandarian Orange #902120

Tints of Mandarian Orange #902120

RGB

 RED value IS 144 (56.64% from 255) = 68.9%

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

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

R = 68.9%
G = 15.79%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#902120 (or 0x902120) is known color: Mandarian Orange. HEX triplet: 90, 21 and 20. RGB value is (144,33,32). Sum of RGB (Red+Green+Blue) = 144+33+32=209 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.90% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 144 - color contains mainly: red. Hex color #902120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902120 is #6FDEDF. Grayscale: #424242. Windows color (decimal): -7331552 or 2105744. OLE color: 2105744.

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

Color convert

RGB 144 33 32 -
CMYK 0 0.77 0.78 0.44
HSL 0.54º 0.64% 0.35% -
HSV(B) 0.54º 0.78% 0.56% -
XYZ 12.31 7.12 2.09 -
YUV 66.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 144 33 32 0 0.77 0.78 0.44 0.54 0.64 0.35
Hex 90 21 20 0 4D 4E 2C 1 40 23
Octal 220 41 40 0 115 116 54 1 100 43
Binary 10010000 100001 100000 0 1001101 1001110 101100 1 1000000 100011

Color Harmonies of #902120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902120

Black with #902120

Text Example


Text Example

White with #902120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902120; }

 p { color: rgb(144,33,32); }

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

background-color css

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

 a { background-color: rgb(144,33,32); }

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

border-color css

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

 span { border-color: rgb(144,33,32); }

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