#902419

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

Shades of Mandarian Orange #902419

Tints of Mandarian Orange #902419

Color information

#902419 (or 0x902419) is unknown color: approx Mandarian Orange. HEX triplet: 90, 24 and 19. RGB value is (144,36,25). Sum of RGB (Red+Green+Blue) = 144+36+25=205 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.24% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 144 - color contains mainly: red. Hex color #902419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902419 is #6FDBE6. Grayscale: #434343. Windows color (decimal): -7330791 or 1647760. OLE color: 1647760.

HSL color Cylindrical-coordinate representation of color #902419: hue angle of 5.55º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #902419 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1443625-
CMYK00.750.830.44
HSL5.55º70.41%33.14%-
HSV(B)5.55º82.64%56.47%-
XYZ12.317.261.67-
YUV67.04104.28182.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.24%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 25 (10.16% from 255) = 12.20%
R=70.24%
G=17.56%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144362500.750.830.445.5570.4133.14
Hex90241904B532C64621
Octal2204431011312354610641
Binary10010000100100110010100101110100111011001101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902419; }

 p { color: rgb(144,36,25); }

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

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

 a { background-color: rgb(144,36,25); }

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

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

 span { border-color: rgb(144,36,25); }

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