#921D13

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

Shades of Mandarian Orange #921D13

Tints of Mandarian Orange #921D13

Color information

#921D13 (or 0x921D13) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1D and 13. RGB value is (146,29,19). Sum of RGB (Red+Green+Blue) = 146+29+19=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #921D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D13 is #6DE2EC. Grayscale: #3F3F3F. Windows color (decimal): -7201517 or 1252754. OLE color: 1252754.

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

Color convert

RGB1462919-
CMYK00.800.870.43
HSL4.72º76.97%32.35%-
HSV(B)4.72º86.99%57.25%-
XYZ12.417.041.32-
YUV62.84103.26187.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.26%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 19 (7.81% from 255) = 9.79%
R=75.26%
G=14.95%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146291900.800.870.434.7276.9732.35
Hex921D13050572B54d20
Octal2223523012012753511540
Binary1001001011101100110101000010101111010111011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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