#94221A

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

Shades of Mandarian Orange #94221A

Tints of Mandarian Orange #94221A

Color information

#94221A (or 0x94221A) is unknown color: approx Mandarian Orange. HEX triplet: 94, 22 and 1A. RGB value is (148,34,26). Sum of RGB (Red+Green+Blue) = 148+34+26=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #94221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94221A is #6BDDE5. Grayscale: #434343. Windows color (decimal): -7069158 or 1712788. OLE color: 1712788.

HSL color Cylindrical-coordinate representation of color #94221A: hue angle of 3.93º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94221A is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1483426-
CMYK00.770.820.42
HSL3.93º70.11%34.12%-
HSV(B)3.93º82.43%58.04%-
XYZ12.977.511.74-
YUV67.17104.77185.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.15%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=71.15%
G=16.35%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148342600.770.820.423.9370.1134.12
Hex94221A04D522A44622
Octal2244232011512252410642
Binary10010100100010110100100110110100101010101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94221A; }

 p { color: rgb(148,34,26); }

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

<style>
 a { background-color: #94221A; }

 a { background-color: rgb(148,34,26); }

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

<style>
 span { border-color: #94221A; }

 span { border-color: rgb(148,34,26); }

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