#91210F

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

Shades of Mandarian Orange #91210F

Tints of Mandarian Orange #91210F

Color information

#91210F (or 0x91210F) is unknown color: approx Mandarian Orange. HEX triplet: 91, 21 and 0F. RGB value is (145,33,15). Sum of RGB (Red+Green+Blue) = 145+33+15=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #91210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91210F is #6EDEF0. Grayscale: #404040. Windows color (decimal): -7266033 or 991633. OLE color: 991633.

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

Color convert

RGB1453315-
CMYK00.770.900.43
HSL8.31º81.25%31.37%-
HSV(B)8.31º89.66%56.86%-
XYZ12.317.141.18-
YUV64.44100.11185.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.13%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 15 (6.25% from 255) = 7.77%
R=75.13%
G=17.10%
B=7.77%

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
Decimal145331500.770.900.438.3181.2531.37
Hex9121F04D5A2B8511f
Octal22141170115132531012137
Binary1001000110000111110100110110110101010111000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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