#94271E

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

Shades of Mandarian Orange #94271E

Tints of Mandarian Orange #94271E

Color information

#94271E (or 0x94271E) is unknown color: approx Mandarian Orange. HEX triplet: 94, 27 and 1E. RGB value is (148,39,30). Sum of RGB (Red+Green+Blue) = 148+39+30=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #94271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94271E is #6BD8E1. Grayscale: #464646. Windows color (decimal): -7067874 or 1976212. OLE color: 1976212.

HSL color Cylindrical-coordinate representation of color #94271E: hue angle of 4.58º degrees, saturation: 0.66, 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 #94271E is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1483930-
CMYK00.740.800.42
HSL4.58º66.29%34.9%-
HSV(B)4.58º79.73%58.04%-
XYZ13.177.842.05-
YUV70.56105.11183.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.20%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=68.20%
G=17.97%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148393000.740.800.424.5866.2934.9
Hex94271E04A502A54223
Octal2244736011212052510243
Binary10010100100111111100100101010100001010101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94271E; }

 p { color: rgb(148,39,30); }

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

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

 a { background-color: rgb(148,39,30); }

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

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

 span { border-color: rgb(148,39,30); }

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