#92220D

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

Shades of Mandarian Orange #92220D

Tints of Mandarian Orange #92220D

Color information

#92220D (or 0x92220D) is unknown color: approx Mandarian Orange. HEX triplet: 92, 22 and 0D. RGB value is (146,34,13). Sum of RGB (Red+Green+Blue) = 146+34+13=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #92220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92220D is #6DDDF2. Grayscale: #414141. Windows color (decimal): -7200243 or 860818. OLE color: 860818.

HSL color Cylindrical-coordinate representation of color #92220D: hue angle of 9.47º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92220D is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1463413-
CMYK00.770.910.43
HSL9.47º83.65%31.18%-
HSV(B)9.47º91.1%57.25%-
XYZ12.57.281.13-
YUV65.0998.61185.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.65%
GREEN value IS 34 (13.67% from 255) = 17.62%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=75.65%
G=17.62%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146341300.770.910.439.4783.6531.18
Hex9222D04D5B2B9541f
Octal22242150115133531112437
Binary1001001010001011010100110110110111010111001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92220D; }

 p { color: rgb(146,34,13); }

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

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

 a { background-color: rgb(146,34,13); }

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

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

 span { border-color: rgb(146,34,13); }

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