Html Css Color HEX #901F14 Mandarian Orange

📋 copy color: '#901F14'

red 144 ◦ green 31 ◦ blue 20

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

Shades of Mandarian Orange #901F14

Tints of Mandarian Orange #901F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 73.85%
G = 15.9%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#901F14 (or 0x901F14) is known color: Mandarian Orange. HEX triplet: 90, 1F and 14. RGB value is (144,31,20). Sum of RGB (Red+Green+Blue) = 144+31+20=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #901F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F14 is #6FE0EB. Grayscale: #3F3F3F. Windows color (decimal): -7332076 or 1318800. OLE color: 1318800.

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

Color convert

RGB 144 31 20 -
CMYK 0 0.78 0.86 0.44
HSL 5.32º 0.76% 0.32% -
HSV(B) 5.32º 0.86% 0.56% -
XYZ 12.12 6.96 1.37 -
YUV 63.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 144 31 20 0 0.78 0.86 0.44 5.32 0.76 0.32
Hex 90 1F 14 0 4E 56 2C 5 4C 20
Octal 220 37 24 0 116 126 54 5 114 40
Binary 10010000 11111 10100 0 1001110 1010110 101100 101 1001100 100000

Color Harmonies of #901F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901F14

Black with #901F14

Text Example


Text Example

White with #901F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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