#921D1D

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

Shades of Mandarian Orange #921D1D

Tints of Mandarian Orange #921D1D

Color information

#921D1D (or 0x921D1D) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1D and 1D. RGB value is (146,29,29). Sum of RGB (Red+Green+Blue) = 146+29+29=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #921D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921D1D is #6DE2E2. Grayscale: #404040. Windows color (decimal): -7201507 or 1908114. OLE color: 1908114.

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

Color convert

RGB1462929-
CMYK00.800.800.43
HSL66.86%34.31%-
HSV(B)80.14%57.25%-
XYZ12.527.081.87-
YUV63.98108.26186.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.57%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=71.57%
G=14.22%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146292900.800.800.43066.8634.31
Hex921D1D050502B04322
Octal2223535012012053010342
Binary10010010111011110101010000101000010101101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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