#91260E

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

Shades of Mandarian Orange #91260E

Tints of Mandarian Orange #91260E

Color information

#91260E (or 0x91260E) is unknown color: approx Mandarian Orange. HEX triplet: 91, 26 and 0E. RGB value is (145,38,14). Sum of RGB (Red+Green+Blue) = 145+38+14=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #91260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91260E is #6ED9F1. Grayscale: #434343. Windows color (decimal): -7264754 or 927377. OLE color: 927377.

HSL color Cylindrical-coordinate representation of color #91260E: hue angle of 10.99º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91260E is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1453814-
CMYK00.740.900.43
HSL10.99º82.39%31.18%-
HSV(B)10.99º90.34%56.86%-
XYZ12.457.441.19-
YUV67.2697.95183.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.60%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=73.60%
G=19.29%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145381400.740.900.4310.9982.3931.18
Hex9126E04A5A2Bb521f
Octal22146160112132531312237
Binary1001000110011011100100101010110101010111011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,38,14); }

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

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

 a { background-color: rgb(145,38,14); }

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

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

 span { border-color: rgb(145,38,14); }

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