#942221

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

Shades of Mandarian Orange #942221

Tints of Mandarian Orange #942221

Color information

#942221 (or 0x942221) is unknown color: approx Mandarian Orange. HEX triplet: 94, 22 and 21. RGB value is (148,34,33). Sum of RGB (Red+Green+Blue) = 148+34+33=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #942221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942221 is #6BDDDE. Grayscale: #444444. Windows color (decimal): -7069151 or 2171540. OLE color: 2171540.

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

Color convert

RGB1483433-
CMYK00.770.780.42
HSL0.52º63.54%35.49%-
HSV(B)0.52º77.7%58.04%-
XYZ13.067.552.21-
YUV67.97108.27185.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.84%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=68.84%
G=15.81%
B=15.35%

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
Decimal148343300.770.780.420.5263.5435.49
Hex94222104D4E2A14023
Octal2244241011511652110043
Binary1001010010001010000101001101100111010101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942221; }

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

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

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

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

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

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

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

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