#921E13

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

Shades of Mandarian Orange #921E13

Tints of Mandarian Orange #921E13

Color information

#921E13 (or 0x921E13) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1E and 13. RGB value is (146,30,19). Sum of RGB (Red+Green+Blue) = 146+30+19=195 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.87% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 146 - color contains mainly: red. Hex color #921E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921E13 is #6DE1EC. Grayscale: #3F3F3F. Windows color (decimal): -7201261 or 1253010. OLE color: 1253010.

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

Color convert

RGB1463019-
CMYK00.790.870.43
HSL5.2º76.97%32.35%-
HSV(B)5.2º86.99%57.25%-
XYZ12.447.091.33-
YUV63.43102.93186.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.87%
GREEN value IS 30 (12.11% from 255) = 15.38%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=74.87%
G=15.38%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146301900.790.870.435.276.9732.35
Hex921E1304F572B54d20
Octal2223623011712753511540
Binary1001001011110100110100111110101111010111011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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