#921E1E

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

Shades of Mandarian Orange #921E1E

Tints of Mandarian Orange #921E1E

Color information

#921E1E (or 0x921E1E) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1E and 1E. RGB value is (146,30,30). Sum of RGB (Red+Green+Blue) = 146+30+30=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #921E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921E1E is #6DE1E1. Grayscale: #404040. Windows color (decimal): -7201250 or 1973906. OLE color: 1973906.

HSL color Cylindrical-coordinate representation of color #921E1E: hue angle of 0º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #921E1E is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1463030-
CMYK00.790.790.43
HSL65.91%34.51%-
HSV(B)79.45%57.25%-
XYZ12.557.131.94-
YUV64.68108.43186-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.87%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=70.87%
G=14.56%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146303000.790.790.43065.9134.51
Hex921E1E04F4F2B04223
Octal2223636011711753010243
Binary10010010111101111001001111100111110101101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921E1E; }

 p { color: rgb(146,30,30); }

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

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

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

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

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

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

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