#912929

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

Shades of Mandarian Orange #912929

Tints of Mandarian Orange #912929

Color information

#912929 (or 0x912929) is unknown color: approx Mandarian Orange. HEX triplet: 91, 29 and 29. RGB value is (145,41,41). Sum of RGB (Red+Green+Blue) = 145+41+41=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #912929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912929 is #6ED6D6. Grayscale: #484848. Windows color (decimal): -7263959 or 2697617. OLE color: 2697617.

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

Color convert

RGB1454141-
CMYK00.720.720.43
HSL55.91%36.47%-
HSV(B)71.72%56.86%-
XYZ12.877.772.92-
YUV72.1110.46180-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.88%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=63.88%
G=18.06%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145414100.720.720.43055.9136.47
Hex912929048482B03824
Octal221515101101105307044
Binary100100011010011010010100100010010001010110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912929; }

 p { color: rgb(145,41,41); }

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

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

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

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

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

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

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