#92271A

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

Shades of Mandarian Orange #92271A

Tints of Mandarian Orange #92271A

Color information

#92271A (or 0x92271A) is unknown color: approx Mandarian Orange. HEX triplet: 92, 27 and 1A. RGB value is (146,39,26). Sum of RGB (Red+Green+Blue) = 146+39+26=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #92271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92271A is #6DD8E5. Grayscale: #454545. Windows color (decimal): -7198950 or 1714066. OLE color: 1714066.

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

Color convert

RGB1463926-
CMYK00.730.820.43
HSL6.5º69.77%33.73%-
HSV(B)6.5º82.19%57.25%-
XYZ12.777.641.78-
YUV69.51103.45182.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.19%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=69.19%
G=18.48%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146392600.730.820.436.569.7733.73
Hex92271A049522B74622
Octal2224732011112253710642
Binary10010010100111110100100100110100101010111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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