#932221

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

Shades of Mandarian Orange #932221

Tints of Mandarian Orange #932221

Color information

#932221 (or 0x932221) is unknown color: approx Mandarian Orange. HEX triplet: 93, 22 and 21. RGB value is (147,34,33). Sum of RGB (Red+Green+Blue) = 147+34+33=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #932221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932221 is #6CDDDE. Grayscale: #434343. Windows color (decimal): -7134687 or 2171539. OLE color: 2171539.

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

Color convert

RGB1473433-
CMYK00.770.780.42
HSL0.53º63.33%35.29%-
HSV(B)0.53º77.55%57.65%-
XYZ12.887.462.2-
YUV67.67108.44184.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.69%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 33 (13.28% from 255) = 15.42%
R=68.69%
G=15.89%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147343300.770.780.420.5363.3335.29
Hex93222104D4E2A13f23
Octal223424101151165217743
Binary100100111000101000010100110110011101010101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932221; }

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

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

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

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

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

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

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

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