#93220A

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

Shades of Mandarian Orange #93220A

Tints of Mandarian Orange #93220A

Color information

#93220A (or 0x93220A) is unknown color: approx Mandarian Orange. HEX triplet: 93, 22 and 0A. RGB value is (147,34,10). Sum of RGB (Red+Green+Blue) = 147+34+10=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #93220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93220A is #6CDDF5. Grayscale: #414141. Windows color (decimal): -7134710 or 664211. OLE color: 664211.

HSL color Cylindrical-coordinate representation of color #93220A: hue angle of 10.51º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93220A is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1473410-
CMYK00.770.930.42
HSL10.51º87.26%30.78%-
HSV(B)10.51º93.2%57.65%-
XYZ12.667.371.04-
YUV65.0596.94186.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.96%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=76.96%
G=17.80%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147341000.770.930.4210.5187.2630.78
Hex9322A04D5D2Ab571f
Octal22342120115135521312737
Binary1001001110001010100100110110111011010101011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93220A; }

 p { color: rgb(147,34,10); }

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

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

 a { background-color: rgb(147,34,10); }

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

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

 span { border-color: rgb(147,34,10); }

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