#902A27

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

Shades of Mandarian Orange #902A27

Tints of Mandarian Orange #902A27

Color information

#902A27 (or 0x902A27) is unknown color: approx Mandarian Orange. HEX triplet: 90, 2A and 27. RGB value is (144,42,39). Sum of RGB (Red+Green+Blue) = 144+42+39=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #902A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902A27 is #6FD5D8. Grayscale: #484848. Windows color (decimal): -7329241 or 2566800. OLE color: 2566800.

HSL color Cylindrical-coordinate representation of color #902A27: hue angle of 1.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #902A27 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB1444239-
CMYK00.710.730.44
HSL1.71º57.38%35.88%-
HSV(B)1.71º72.92%56.47%-
XYZ12.77.732.74-
YUV72.16109.29179.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 64%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=64%
G=18.67%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144423900.710.730.441.7157.3835.88
Hex902A27047492C23924
Octal220524701071115427144
Binary1001000010101010011101000111100100110110010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902A27; }

 p { color: rgb(144,42,39); }

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

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

 a { background-color: rgb(144,42,39); }

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

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

 span { border-color: rgb(144,42,39); }

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