#94281F

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

Shades of Mandarian Orange #94281F

Tints of Mandarian Orange #94281F

Color information

#94281F (or 0x94281F) is unknown color: approx Mandarian Orange. HEX triplet: 94, 28 and 1F. RGB value is (148,40,31). Sum of RGB (Red+Green+Blue) = 148+40+31=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #94281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94281F is #6BD7E0. Grayscale: #474747. Windows color (decimal): -7067617 or 2042004. OLE color: 2042004.

HSL color Cylindrical-coordinate representation of color #94281F: hue angle of 4.62º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94281F is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1484031-
CMYK00.730.790.42
HSL4.62º65.36%35.1%-
HSV(B)4.62º79.05%58.04%-
XYZ13.227.912.13-
YUV71.27105.28182.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 67.58%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=67.58%
G=18.26%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148403100.730.790.424.6265.3635.1
Hex94281F0494F2A54123
Octal2245037011111752510143
Binary10010100101000111110100100110011111010101011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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