#921F1A

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

Shades of Mandarian Orange #921F1A

Tints of Mandarian Orange #921F1A

Color information

#921F1A (or 0x921F1A) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1F and 1A. RGB value is (146,31,26). Sum of RGB (Red+Green+Blue) = 146+31+26=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #921F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921F1A is #6DE0E5. Grayscale: #404040. Windows color (decimal): -7200998 or 1712018. OLE color: 1712018.

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

Color convert

RGB1463126-
CMYK00.790.820.43
HSL2.5º69.77%33.73%-
HSV(B)2.5º82.19%57.25%-
XYZ12.537.171.7-
YUV64.82106.1185.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 71.92%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 26 (10.55% from 255) = 12.81%
R=71.92%
G=15.27%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146312600.790.820.432.569.7733.73
Hex921F1A04F522B24622
Octal2223732011712253210642
Binary100100101111111010010011111010010101011101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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