Html Css Color HEX #901F13 Mandarian Orange

📋 copy color: '#901F13'

red 144 ◦ green 31 ◦ blue 19

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

Shades of Mandarian Orange #901F13

Tints of Mandarian Orange #901F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.79%

R = 74.23%
G = 15.98%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#901F13 (or 0x901F13) is known color: Mandarian Orange. HEX triplet: 90, 1F and 13. RGB value is (144,31,19). Sum of RGB (Red+Green+Blue) = 144+31+19=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #901F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F13 is #6FE0EC. Grayscale: #3F3F3F. Windows color (decimal): -7332077 or 1253264. OLE color: 1253264.

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

Color convert

RGB 144 31 19 -
CMYK 0 0.78 0.87 0.44
HSL 5.76º 0.77% 0.32% -
HSV(B) 5.76º 0.87% 0.56% -
XYZ 12.11 6.96 1.32 -
YUV 63.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 144 31 19 0 0.78 0.87 0.44 5.76 0.77 0.32
Hex 90 1F 13 0 4E 57 2C 6 4D 20
Octal 220 37 23 0 116 127 54 6 115 40
Binary 10010000 11111 10011 0 1001110 1010111 101100 110 1001101 100000

Color Harmonies of #901F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901F13

Black with #901F13

Text Example


Text Example

White with #901F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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