Html Css Color HEX #902010 Mandarian Orange

📋 copy color: '#902010'

red 144 ◦ green 32 ◦ blue 16

#902010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #902010

Tints of Mandarian Orange #902010

RGB

 RED value IS 144 (56.64% from 255) = 75%

 GREEN value IS 32 (12.89% from 255) = 16.67%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 75%
G = 16.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#902010 (or 0x902010) is known color: Mandarian Orange. HEX triplet: 90, 20 and 10. RGB value is (144,32,16). Sum of RGB (Red+Green+Blue) = 144+32+16=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #902010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902010 is #6FDFEF. Grayscale: #3F3F3F. Windows color (decimal): -7331824 or 1056912. OLE color: 1056912.

HSL color Cylindrical-coordinate representation of color #902010: hue angle of 7.5º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #902010 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 32 16 -
CMYK 0 0.78 0.89 0.44
HSL 7.5º 0.8% 0.31% -
HSV(B) 7.5º 0.89% 0.56% -
XYZ 12.11 7 1.2 -
YUV 63.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 144 32 16 0 0.78 0.89 0.44 7.5 0.8 0.31
Hex 90 20 10 0 4E 59 2C 8 50 1F
Octal 220 40 20 0 116 131 54 10 120 37
Binary 10010000 100000 10000 0 1001110 1011001 101100 1000 1010000 11111

Color Harmonies of #902010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902010

Black with #902010

Text Example


Text Example

White with #902010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902010; }

 p { color: rgb(144,32,16); }

 H1.HeaderClassName
 {
   color: #902010;
 }
 .AnyTagClassName
 {
   color: #902010;
 }
</style>

background-color css

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

 a { background-color: rgb(144,32,16); }

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

border-color css

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

 span { border-color: rgb(144,32,16); }

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