Html Css Color HEX #901F11 Mandarian Orange

📋 copy color: '#901F11'

red 144 ◦ green 31 ◦ blue 17

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

Shades of Mandarian Orange #901F11

Tints of Mandarian Orange #901F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.85%

R = 75%
G = 16.15%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#901F11 (or 0x901F11) is known color: Mandarian Orange. HEX triplet: 90, 1F and 11. RGB value is (144,31,17). Sum of RGB (Red+Green+Blue) = 144+31+17=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #901F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F11 is #6FE0EE. Grayscale: #3F3F3F. Windows color (decimal): -7332079 or 1122192. OLE color: 1122192.

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

Color convert

RGB 144 31 17 -
CMYK 0 0.78 0.88 0.44
HSL 6.61º 0.79% 0.32% -
HSV(B) 6.61º 0.88% 0.56% -
XYZ 12.09 6.95 1.23 -
YUV 63.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 144 31 17 0 0.78 0.88 0.44 6.61 0.79 0.32
Hex 90 1F 11 0 4E 58 2C 7 4F 20
Octal 220 37 21 0 116 130 54 7 117 40
Binary 10010000 11111 10001 0 1001110 1011000 101100 111 1001111 100000

Color Harmonies of #901F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901F11

Black with #901F11

Text Example


Text Example

White with #901F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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