Html Css Color HEX #901F1E Mandarian Orange

📋 copy color: '#901F1E'

red 144 ◦ green 31 ◦ blue 30

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

Shades of Mandarian Orange #901F1E

Tints of Mandarian Orange #901F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 70.24%
G = 15.12%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#901F1E (or 0x901F1E) is known color: Mandarian Orange. HEX triplet: 90, 1F and 1E. RGB value is (144,31,30). Sum of RGB (Red+Green+Blue) = 144+31+30=205 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.24% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 144 - color contains mainly: red. Hex color #901F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901F1E is #6FE0E1. Grayscale: #404040. Windows color (decimal): -7332066 or 1974160. OLE color: 1974160.

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

Color convert

RGB 144 31 30 -
CMYK 0 0.78 0.79 0.44
HSL 0.53º 0.66% 0.34% -
HSV(B) 0.53º 0.79% 0.56% -
XYZ 12.23 7 1.94 -
YUV 64.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 144 31 30 0 0.78 0.79 0.44 0.53 0.66 0.34
Hex 90 1F 1E 0 4E 4F 2C 1 42 22
Octal 220 37 36 0 116 117 54 1 102 42
Binary 10010000 11111 11110 0 1001110 1001111 101100 1 1000010 100010

Color Harmonies of #901F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901F1E

Black with #901F1E

Text Example


Text Example

White with #901F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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