Html Css Color HEX #901F16 Mandarian Orange

📋 copy color: '#901F16'

red 144 ◦ green 31 ◦ blue 22

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

Shades of Mandarian Orange #901F16

Tints of Mandarian Orange #901F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.74%

 BLUE value IS 22 (8.98% from 255) = 11.17%

R = 73.1%
G = 15.74%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#901F16 (or 0x901F16) is known color: Mandarian Orange. HEX triplet: 90, 1F and 16. RGB value is (144,31,22). Sum of RGB (Red+Green+Blue) = 144+31+22=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #901F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F16 is #6FE0E9. Grayscale: #3F3F3F. Windows color (decimal): -7332074 or 1449872. OLE color: 1449872.

HSL color Cylindrical-coordinate representation of color #901F16: hue angle of 4.43º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901F16 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 31 22 -
CMYK 0 0.78 0.85 0.44
HSL 4.43º 0.73% 0.33% -
HSV(B) 4.43º 0.85% 0.56% -
XYZ 12.14 6.97 1.46 -
YUV 63.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 144 31 22 0 0.78 0.85 0.44 4.43 0.73 0.33
Hex 90 1F 16 0 4E 55 2C 4 49 21
Octal 220 37 26 0 116 125 54 4 111 41
Binary 10010000 11111 10110 0 1001110 1010101 101100 100 1001001 100001

Color Harmonies of #901F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901F16

Black with #901F16

Text Example


Text Example

White with #901F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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