#902219

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

Shades of Mandarian Orange #902219

Tints of Mandarian Orange #902219

Color information

#902219 (or 0x902219) is unknown color: approx Mandarian Orange. HEX triplet: 90, 22 and 19. RGB value is (144,34,25). Sum of RGB (Red+Green+Blue) = 144+34+25=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #902219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902219 is #6FDDE6. Grayscale: #424242. Windows color (decimal): -7331303 or 1647248. OLE color: 1647248.

HSL color Cylindrical-coordinate representation of color #902219: hue angle of 4.54º 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 #902219 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1443425-
CMYK00.760.830.44
HSL4.54º70.41%33.14%-
HSV(B)4.54º82.64%56.47%-
XYZ12.257.141.65-
YUV65.86104.94183.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.94%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=70.94%
G=16.75%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144342500.760.830.444.5470.4133.14
Hex90221904C532C54621
Octal2204231011412354510641
Binary10010000100010110010100110010100111011001011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902219; }

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

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

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

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

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

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

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

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