Html Css Color HEX #901F15 Mandarian Orange

📋 copy color: '#901F15'

red 144 ◦ green 31 ◦ blue 21

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

Shades of Mandarian Orange #901F15

Tints of Mandarian Orange #901F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.71%

R = 73.47%
G = 15.82%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#901F15 (or 0x901F15) is known color: Mandarian Orange. HEX triplet: 90, 1F and 15. RGB value is (144,31,21). Sum of RGB (Red+Green+Blue) = 144+31+21=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #901F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F15 is #6FE0EA. Grayscale: #3F3F3F. Windows color (decimal): -7332075 or 1384336. OLE color: 1384336.

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

Color convert

RGB 144 31 21 -
CMYK 0 0.78 0.85 0.44
HSL 4.88º 0.75% 0.32% -
HSV(B) 4.88º 0.85% 0.56% -
XYZ 12.13 6.96 1.41 -
YUV 63.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 144 31 21 0 0.78 0.85 0.44 4.88 0.75 0.32
Hex 90 1F 15 0 4E 55 2C 5 4B 20
Octal 220 37 25 0 116 125 54 5 113 40
Binary 10010000 11111 10101 0 1001110 1010101 101100 101 1001011 100000

Color Harmonies of #901F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901F15

Black with #901F15

Text Example


Text Example

White with #901F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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