#92261E

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

Shades of Mandarian Orange #92261E

Tints of Mandarian Orange #92261E

Color information

#92261E (or 0x92261E) is unknown color: approx Mandarian Orange. HEX triplet: 92, 26 and 1E. RGB value is (146,38,30). Sum of RGB (Red+Green+Blue) = 146+38+30=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #92261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92261E is #6DD9E1. Grayscale: #454545. Windows color (decimal): -7199202 or 1975954. OLE color: 1975954.

HSL color Cylindrical-coordinate representation of color #92261E: hue angle of 4.14º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #92261E is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1463830-
CMYK00.740.790.43
HSL4.14º65.91%34.51%-
HSV(B)4.14º79.45%57.25%-
XYZ12.787.592.02-
YUV69.38105.78182.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.22%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=68.22%
G=17.76%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146383000.740.790.434.1465.9134.51
Hex92261E04A4F2B44223
Octal2224636011211753410243
Binary10010010100110111100100101010011111010111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92261E; }

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

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

<style>
 a { background-color: #92261E; }

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

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

<style>
 span { border-color: #92261E; }

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

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