#91220F

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

Shades of Mandarian Orange #91220F

Tints of Mandarian Orange #91220F

Color information

#91220F (or 0x91220F) is unknown color: approx Mandarian Orange. HEX triplet: 91, 22 and 0F. RGB value is (145,34,15). Sum of RGB (Red+Green+Blue) = 145+34+15=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #91220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91220F is #6EDDF0. Grayscale: #414141. Windows color (decimal): -7265777 or 991889. OLE color: 991889.

HSL color Cylindrical-coordinate representation of color #91220F: hue angle of 8.77º degrees, saturation: 0.81, 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 #91220F is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1453415-
CMYK00.770.900.43
HSL8.77º81.25%31.37%-
HSV(B)8.77º89.66%56.86%-
XYZ12.347.21.19-
YUV65.0299.77185.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 74.74%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 15 (6.25% from 255) = 7.73%
R=74.74%
G=17.53%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145341500.770.900.438.7781.2531.37
Hex9122F04D5A2B9511f
Octal22142170115132531112137
Binary1001000110001011110100110110110101010111001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91220F; }

 p { color: rgb(145,34,15); }

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

<style>
 a { background-color: #91220F; }

 a { background-color: rgb(145,34,15); }

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

<style>
 span { border-color: #91220F; }

 span { border-color: rgb(145,34,15); }

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