#912A27

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

Shades of Mandarian Orange #912A27

Tints of Mandarian Orange #912A27

Color information

#912A27 (or 0x912A27) is unknown color: approx Mandarian Orange. HEX triplet: 91, 2A and 27. RGB value is (145,42,39). Sum of RGB (Red+Green+Blue) = 145+42+39=226 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.16% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 145 - color contains mainly: red. Hex color #912A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912A27 is #6ED5D8. Grayscale: #484848. Windows color (decimal): -7263705 or 2566801. OLE color: 2566801.

HSL color Cylindrical-coordinate representation of color #912A27: hue angle of 1.7º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #912A27 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB1454239-
CMYK00.710.730.43
HSL1.7º57.61%36.08%-
HSV(B)1.7º73.1%56.86%-
XYZ12.877.822.75-
YUV72.46109.12179.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 64.16%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 39 (15.62% from 255) = 17.26%
R=64.16%
G=18.58%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145423900.710.730.431.757.6136.08
Hex912A27047492B23a24
Octal221524701071115327244
Binary1001000110101010011101000111100100110101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912A27; }

 p { color: rgb(145,42,39); }

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

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

 a { background-color: rgb(145,42,39); }

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

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

 span { border-color: rgb(145,42,39); }

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