#93221D

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

Shades of Mandarian Orange #93221D

Tints of Mandarian Orange #93221D

Color information

#93221D (or 0x93221D) is unknown color: approx Mandarian Orange. HEX triplet: 93, 22 and 1D. RGB value is (147,34,29). Sum of RGB (Red+Green+Blue) = 147+34+29=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93221D is #6CDDE2. Grayscale: #434343. Windows color (decimal): -7134691 or 1909395. OLE color: 1909395.

HSL color Cylindrical-coordinate representation of color #93221D: hue angle of 2.54º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93221D is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1473429-
CMYK00.770.800.42
HSL2.54º67.05%34.51%-
HSV(B)2.54º80.27%57.65%-
XYZ12.837.441.92-
YUV67.22106.44184.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 29 (11.72% from 255) = 13.81%
R=70%
G=16.19%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147342900.770.800.422.5467.0534.51
Hex93221D04D502A34323
Octal2234235011512052310343
Binary1001001110001011101010011011010000101010111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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