#921D1A

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

Shades of Mandarian Orange #921D1A

Tints of Mandarian Orange #921D1A

Color information

#921D1A (or 0x921D1A) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1D and 1A. RGB value is (146,29,26). Sum of RGB (Red+Green+Blue) = 146+29+26=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #921D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921D1A is #6DE2E5. Grayscale: #3F3F3F. Windows color (decimal): -7201510 or 1711506. OLE color: 1711506.

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

Color convert

RGB1462926-
CMYK00.800.820.43
HSL1.5º69.77%33.73%-
HSV(B)1.5º82.19%57.25%-
XYZ12.487.061.68-
YUV63.64106.76186.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 72.64%
GREEN value IS 29 (11.72% from 255) = 14.43%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=72.64%
G=14.43%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146292600.800.820.431.569.7733.73
Hex921D1A050522B24622
Octal2223532012012253210642
Binary100100101110111010010100001010010101011101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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