#92271E

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

Shades of Mandarian Orange #92271E

Tints of Mandarian Orange #92271E

Color information

#92271E (or 0x92271E) is unknown color: approx Mandarian Orange. HEX triplet: 92, 27 and 1E. RGB value is (146,39,30). Sum of RGB (Red+Green+Blue) = 146+39+30=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #92271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92271E is #6DD8E1. Grayscale: #464646. Windows color (decimal): -7198946 or 1976210. OLE color: 1976210.

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

Color convert

RGB1463930-
CMYK00.730.790.43
HSL4.66º65.91%34.51%-
HSV(B)4.66º79.45%57.25%-
XYZ12.817.662.03-
YUV69.97105.45182.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 67.91%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=67.91%
G=18.14%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146393000.730.790.434.6665.9134.51
Hex92271E0494F2B54223
Octal2224736011111753510243
Binary10010010100111111100100100110011111010111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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