Html Css Color HEX #90211F Mandarian Orange

📋 copy color: '#90211F'

red 144 ◦ green 33 ◦ blue 31

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

Shades of Mandarian Orange #90211F

Tints of Mandarian Orange #90211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 69.23%
G = 15.87%
B = 14.9%

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

#90211F (or 0x90211F) is known color: Mandarian Orange. HEX triplet: 90, 21 and 1F. RGB value is (144,33,31). Sum of RGB (Red+Green+Blue) = 144+33+31=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #90211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90211F is #6FDEE0. Grayscale: #424242. Windows color (decimal): -7331553 or 2040208. OLE color: 2040208.

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

Color convert

RGB 144 33 31 -
CMYK 0 0.77 0.78 0.44
HSL 1.06º 0.65% 0.34% -
HSV(B) 1.06º 0.78% 0.56% -
XYZ 12.29 7.12 2.02 -
YUV 65.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 144 33 31 0 0.77 0.78 0.44 1.06 0.65 0.34
Hex 90 21 1F 0 4D 4E 2C 1 41 22
Octal 220 41 37 0 115 116 54 1 101 42
Binary 10010000 100001 11111 0 1001101 1001110 101100 1 1000001 100010

Color Harmonies of #90211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90211F

Black with #90211F

Text Example


Text Example

White with #90211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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