#921A14

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

Shades of Mandarian Orange #921A14

Tints of Mandarian Orange #921A14

Color information

#921A14 (or 0x921A14) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1A and 14. RGB value is (146,26,20). Sum of RGB (Red+Green+Blue) = 146+26+20=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #921A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A14 is #6DE5EB. Grayscale: #3D3D3D. Windows color (decimal): -7202284 or 1317522. OLE color: 1317522.

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

Color convert

RGB1462620-
CMYK00.820.860.43
HSL2.86º75.9%32.55%-
HSV(B)2.86º86.3%57.25%-
XYZ12.356.91.34-
YUV61.2104.76188.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 76.04%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=76.04%
G=13.54%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146262000.820.860.432.8675.932.55
Hex921A14052562B34c21
Octal2223224012212653311441
Binary100100101101010100010100101010110101011111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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