#94211F

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

Shades of Mandarian Orange #94211F

Tints of Mandarian Orange #94211F

Color information

#94211F (or 0x94211F) is unknown color: approx Mandarian Orange. HEX triplet: 94, 21 and 1F. RGB value is (148,33,31). Sum of RGB (Red+Green+Blue) = 148+33+31=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #94211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94211F is #6BDEE0. Grayscale: #434343. Windows color (decimal): -7069409 or 2040212. OLE color: 2040212.

HSL color Cylindrical-coordinate representation of color #94211F: hue angle of 1.03º 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 #94211F is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1483331-
CMYK00.780.790.42
HSL1.03º65.36%35.1%-
HSV(B)1.03º79.05%58.04%-
XYZ137.482.06-
YUV67.16107.6185.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.81%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=69.81%
G=15.57%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148333100.780.790.421.0365.3635.1
Hex94211F04E4F2A14123
Octal2244137011611752110143
Binary100101001000011111101001110100111110101011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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