Html Css Color HEX #901F17 Mandarian Orange

📋 copy color: '#901F17'

red 144 ◦ green 31 ◦ blue 23

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

Shades of Mandarian Orange #901F17

Tints of Mandarian Orange #901F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.62%

R = 72.73%
G = 15.66%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#901F17 (or 0x901F17) is known color: Mandarian Orange. HEX triplet: 90, 1F and 17. RGB value is (144,31,23). Sum of RGB (Red+Green+Blue) = 144+31+23=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #901F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F17 is #6FE0E8. Grayscale: #404040. Windows color (decimal): -7332073 or 1515408. OLE color: 1515408.

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

Color convert

RGB 144 31 23 -
CMYK 0 0.78 0.84 0.44
HSL 3.97º 0.72% 0.33% -
HSV(B) 3.97º 0.84% 0.56% -
XYZ 12.15 6.97 1.52 -
YUV 63.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 144 31 23 0 0.78 0.84 0.44 3.97 0.72 0.33
Hex 90 1F 17 0 4E 54 2C 4 48 21
Octal 220 37 27 0 116 124 54 4 110 41
Binary 10010000 11111 10111 0 1001110 1010100 101100 100 1001000 100001

Color Harmonies of #901F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901F17

Black with #901F17

Text Example


Text Example

White with #901F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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