#912015

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

Shades of Mandarian Orange #912015

Tints of Mandarian Orange #912015

Color information

#912015 (or 0x912015) is unknown color: approx Mandarian Orange. HEX triplet: 91, 20 and 15. RGB value is (145,32,21). Sum of RGB (Red+Green+Blue) = 145+32+21=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #912015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912015 is #6EDFEA. Grayscale: #404040. Windows color (decimal): -7266283 or 1384593. OLE color: 1384593.

HSL color Cylindrical-coordinate representation of color #912015: hue angle of 5.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #912015 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1453221-
CMYK00.780.860.43
HSL5.32º74.7%32.55%-
HSV(B)5.32º85.52%56.86%-
XYZ12.337.111.43-
YUV64.53103.44185.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.23%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=73.23%
G=16.16%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145322100.780.860.435.3274.732.55
Hex91201504E562B54b21
Octal2214025011612653511341
Binary10010001100000101010100111010101101010111011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912015; }

 p { color: rgb(145,32,21); }

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

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

 a { background-color: rgb(145,32,21); }

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

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

 span { border-color: rgb(145,32,21); }

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