#94281D

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

Shades of Mandarian Orange #94281D

Tints of Mandarian Orange #94281D

Color information

#94281D (or 0x94281D) is unknown color: approx Mandarian Orange. HEX triplet: 94, 28 and 1D. RGB value is (148,40,29). Sum of RGB (Red+Green+Blue) = 148+40+29=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #94281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94281D is #6BD7E2. Grayscale: #474747. Windows color (decimal): -7067619 or 1910932. OLE color: 1910932.

HSL color Cylindrical-coordinate representation of color #94281D: hue angle of 5.55º 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 #94281D is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1484029-
CMYK00.730.800.42
HSL5.55º67.23%34.71%-
HSV(B)5.55º80.41%58.04%-
XYZ13.197.91.99-
YUV71.04104.28182.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.20%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 29 (11.72% from 255) = 13.36%
R=68.20%
G=18.43%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148402900.730.800.425.5567.2334.71
Hex94281D049502A64323
Octal2245035011112052610343
Binary10010100101000111010100100110100001010101101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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