#902825

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

Shades of Mandarian Orange #902825

Tints of Mandarian Orange #902825

Color information

#902825 (or 0x902825) is unknown color: approx Mandarian Orange. HEX triplet: 90, 28 and 25. RGB value is (144,40,37). Sum of RGB (Red+Green+Blue) = 144+40+37=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #902825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902825 is #6FD7DA. Grayscale: #464646. Windows color (decimal): -7329755 or 2435216. OLE color: 2435216.

HSL color Cylindrical-coordinate representation of color #902825: hue angle of 1.68º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #902825 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB1444037-
CMYK00.720.740.44
HSL1.68º59.12%35.49%-
HSV(B)1.68º74.31%56.47%-
XYZ12.597.582.55-
YUV70.75108.96180.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 65.16%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=65.16%
G=18.10%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144403700.720.740.441.6859.1235.49
Hex9028250484A2C23b23
Octal220504501101125427343
Binary1001000010100010010101001000100101010110010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902825; }

 p { color: rgb(144,40,37); }

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

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

 a { background-color: rgb(144,40,37); }

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

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

 span { border-color: rgb(144,40,37); }

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