#921E1D

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

Shades of Mandarian Orange #921E1D

Tints of Mandarian Orange #921E1D

Color information

#921E1D (or 0x921E1D) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1E and 1D. RGB value is (146,30,29). Sum of RGB (Red+Green+Blue) = 146+30+29=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #921E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921E1D is #6DE1E2. Grayscale: #404040. Windows color (decimal): -7201251 or 1908370. OLE color: 1908370.

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

Color convert

RGB1463029-
CMYK00.790.800.43
HSL0.51º66.86%34.31%-
HSV(B)0.51º80.14%57.25%-
XYZ12.547.131.88-
YUV64.57107.93186.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.22%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 29 (11.72% from 255) = 14.15%
R=71.22%
G=14.63%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146302900.790.800.430.5166.8634.31
Hex921E1D04F502B14322
Octal2223635011712053110342
Binary10010010111101110101001111101000010101111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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