#842222

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

Shades of Mandarian Orange #842222

Tints of Mandarian Orange #842222

Color information

#842222 (or 0x842222) is unknown color: approx Mandarian Orange. HEX triplet: 84, 22 and 22. RGB value is (132,34,34). Sum of RGB (Red+Green+Blue) = 132+34+34=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #842222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842222 is #7BDDDD. Grayscale: #3F3F3F. Windows color (decimal): -8117726 or 2237060. OLE color: 2237060.

HSL color Cylindrical-coordinate representation of color #842222: hue angle of 0º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842222 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB1323434-
CMYK00.740.740.48
HSL59.04%32.55%-
HSV(B)74.24%51.76%-
XYZ10.386.172.16-
YUV63.3111.47177-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66%
GREEN value IS 34 (13.67% from 255) = 17%
BLUE value IS 34 (13.67% from 255) = 17%
R=66%
G=17%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132343400.740.740.48059.0432.55
Hex84222204A4A3003b21
Octal204424201121126007341
Binary100001001000101000100100101010010101100000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842222; }

 p { color: rgb(132,34,34); }

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

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

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

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

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

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

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