Html Css Color HEX #90211E Mandarian Orange

📋 copy color: '#90211E'

red 144 ◦ green 33 ◦ blue 30

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

Shades of Mandarian Orange #90211E

Tints of Mandarian Orange #90211E

RGB

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

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

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

R = 69.57%
G = 15.94%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90211E (or 0x90211E) is known color: Mandarian Orange. HEX triplet: 90, 21 and 1E. RGB value is (144,33,30). Sum of RGB (Red+Green+Blue) = 144+33+30=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90211E is #6FDEE1. Grayscale: #414141. Windows color (decimal): -7331554 or 1974672. OLE color: 1974672.

HSL color Cylindrical-coordinate representation of color #90211E: hue angle of 1.58º 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 #90211E is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 33 30 -
CMYK 0 0.77 0.79 0.44
HSL 1.58º 0.66% 0.34% -
HSV(B) 1.58º 0.79% 0.56% -
XYZ 12.28 7.11 1.95 -
YUV 65.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 144 33 30 0 0.77 0.79 0.44 1.58 0.66 0.34
Hex 90 21 1E 0 4D 4F 2C 2 42 22
Octal 220 41 36 0 115 117 54 2 102 42
Binary 10010000 100001 11110 0 1001101 1001111 101100 10 1000010 100010

Color Harmonies of #90211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90211E

Black with #90211E

Text Example


Text Example

White with #90211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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