Html Css Color HEX #90201C Mandarian Orange

📋 copy color: '#90201C'

red 144 ◦ green 32 ◦ blue 28

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

Shades of Mandarian Orange #90201C

Tints of Mandarian Orange #90201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.69%

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 70.59%
G = 15.69%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90201C (or 0x90201C) is known color: Mandarian Orange. HEX triplet: 90, 20 and 1C. RGB value is (144,32,28). Sum of RGB (Red+Green+Blue) = 144+32+28=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #90201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90201C is #6FDFE3. Grayscale: #414141. Windows color (decimal): -7331812 or 1843344. OLE color: 1843344.

HSL color Cylindrical-coordinate representation of color #90201C: hue angle of 2.07º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90201C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 32 28 -
CMYK 0 0.78 0.81 0.44
HSL 2.07º 0.67% 0.34% -
HSV(B) 2.07º 0.81% 0.56% -
XYZ 12.23 7.05 1.81 -
YUV 65.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 144 32 28 0 0.78 0.81 0.44 2.07 0.67 0.34
Hex 90 20 1C 0 4E 51 2C 2 43 22
Octal 220 40 34 0 116 121 54 2 103 42
Binary 10010000 100000 11100 0 1001110 1010001 101100 10 1000011 100010

Color Harmonies of #90201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90201C

Black with #90201C

Text Example


Text Example

White with #90201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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