#922110

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

Shades of Mandarian Orange #922110

Tints of Mandarian Orange #922110

Color information

#922110 (or 0x922110) is unknown color: approx Mandarian Orange. HEX triplet: 92, 21 and 10. RGB value is (146,33,16). Sum of RGB (Red+Green+Blue) = 146+33+16=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #922110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922110 is #6DDEEF. Grayscale: #414141. Windows color (decimal): -7200496 or 1057170. OLE color: 1057170.

HSL color Cylindrical-coordinate representation of color #922110: hue angle of 7.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #922110 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB1463316-
CMYK00.770.890.43
HSL7.85º80.25%31.76%-
HSV(B)7.85º89.04%57.25%-
XYZ12.497.241.23-
YUV64.85100.44185.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.87%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=74.87%
G=16.92%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146331600.770.890.437.8580.2531.76
Hex92211004D592B85020
Octal22241200115131531012040
Binary100100101000011000001001101101100110101110001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922110; }

 p { color: rgb(146,33,16); }

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

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

 a { background-color: rgb(146,33,16); }

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

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

 span { border-color: rgb(146,33,16); }

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