#901D13

Color #901D13 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #901D13

Tints of Mandarian Orange #901D13

Color information

#901D13 (or 0x901D13) is unknown color: approx Mandarian Orange. HEX triplet: 90, 1D and 13. RGB value is (144,29,19). Sum of RGB (Red+Green+Blue) = 144+29+19=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #901D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901D13 is #6FE2EC. Grayscale: #3E3E3E. Windows color (decimal): -7332589 or 1252752. OLE color: 1252752.

HSL color Cylindrical-coordinate representation of color #901D13: hue angle of 4.8º 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 #901D13 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB1442919-
CMYK00.800.870.44
HSL4.8º76.69%31.96%-
HSV(B)4.8º86.81%56.47%-
XYZ12.066.861.3-
YUV62.24103.6186.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 75%
GREEN value IS 29 (11.72% from 255) = 15.10%
BLUE value IS 19 (7.81% from 255) = 9.90%
R=75%
G=15.10%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144291900.800.870.444.876.6931.96
Hex901D13050572C54d20
Octal2203523012012754511540
Binary1001000011101100110101000010101111011001011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #901D13;
 }
 .AnyTagClassName
 {
   color: #901D13;
 }
</style>
background-color css

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

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

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

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

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

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