#94291D

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

Shades of Mandarian Orange #94291D

Tints of Mandarian Orange #94291D

Color information

#94291D (or 0x94291D) is unknown color: approx Mandarian Orange. HEX triplet: 94, 29 and 1D. RGB value is (148,41,29). Sum of RGB (Red+Green+Blue) = 148+41+29=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #94291D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94291D is #6BD6E2. Grayscale: #474747. Windows color (decimal): -7067363 or 1911188. OLE color: 1911188.

HSL color Cylindrical-coordinate representation of color #94291D: hue angle of 6.05º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94291D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1484129-
CMYK00.720.800.42
HSL6.05º67.23%34.71%-
HSV(B)6.05º80.41%58.04%-
XYZ13.237.972-
YUV71.62103.95182.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 67.89%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 29 (11.72% from 255) = 13.30%
R=67.89%
G=18.81%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148412900.720.800.426.0567.2334.71
Hex94291D048502A64323
Octal2245135011012052610343
Binary10010100101001111010100100010100001010101101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94291D; }

 p { color: rgb(148,41,29); }

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

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

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

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

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

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

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