Html Css Color HEX #90201E Mandarian Orange

📋 copy color: '#90201E'

red 144 ◦ green 32 ◦ blue 30

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

Shades of Mandarian Orange #90201E

Tints of Mandarian Orange #90201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.56%

R = 69.9%
G = 15.53%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90201E (or 0x90201E) is known color: Mandarian Orange. HEX triplet: 90, 20 and 1E. RGB value is (144,32,30). Sum of RGB (Red+Green+Blue) = 144+32+30=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #90201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90201E is #6FDFE1. Grayscale: #414141. Windows color (decimal): -7331810 or 1974416. OLE color: 1974416.

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

Color convert

RGB 144 32 30 -
CMYK 0 0.78 0.79 0.44
HSL 1.05º 0.66% 0.34% -
HSV(B) 1.05º 0.79% 0.56% -
XYZ 12.25 7.06 1.94 -
YUV 65.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 144 32 30 0 0.78 0.79 0.44 1.05 0.66 0.34
Hex 90 20 1E 0 4E 4F 2C 1 42 22
Octal 220 40 36 0 116 117 54 1 102 42
Binary 10010000 100000 11110 0 1001110 1001111 101100 1 1000010 100010

Color Harmonies of #90201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90201E

Black with #90201E

Text Example


Text Example

White with #90201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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