#932121

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

Shades of Mandarian Orange #932121

Tints of Mandarian Orange #932121

Color information

#932121 (or 0x932121) is unknown color: approx Mandarian Orange. HEX triplet: 93, 21 and 21. RGB value is (147,33,33). Sum of RGB (Red+Green+Blue) = 147+33+33=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #932121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932121 is #6CDEDE. Grayscale: #434343. Windows color (decimal): -7134943 or 2171283. OLE color: 2171283.

HSL color Cylindrical-coordinate representation of color #932121: hue angle of 0º 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 #932121 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1473333-
CMYK00.780.780.42
HSL63.33%35.29%-
HSV(B)77.55%57.65%-
XYZ12.857.42.19-
YUV67.09108.77185-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.01%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=69.01%
G=15.49%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147333300.780.780.42063.3335.29
Hex93212104E4E2A03f23
Octal223414101161165207743
Binary100100111000011000010100111010011101010100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932121; }

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

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

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

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

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

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

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

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