#942220

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

Shades of Mandarian Orange #942220

Tints of Mandarian Orange #942220

Color information

#942220 (or 0x942220) is unknown color: approx Mandarian Orange. HEX triplet: 94, 22 and 20. RGB value is (148,34,32). Sum of RGB (Red+Green+Blue) = 148+34+32=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #942220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942220 is #6BDDDF. Grayscale: #434343. Windows color (decimal): -7069152 or 2106004. OLE color: 2106004.

HSL color Cylindrical-coordinate representation of color #942220: hue angle of 1.03º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942220 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1483432-
CMYK00.770.780.42
HSL1.03º64.44%35.29%-
HSV(B)1.03º78.38%58.04%-
XYZ13.057.542.14-
YUV67.86107.77185.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.16%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=69.16%
G=15.89%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148343200.770.780.421.0364.4435.29
Hex94222004D4E2A14023
Octal2244240011511652110043
Binary1001010010001010000001001101100111010101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942220; }

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

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

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

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

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

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

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

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