#842621

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

Shades of Mandarian Orange #842621

Tints of Mandarian Orange #842621

Color information

#842621 (or 0x842621) is unknown color: approx Mandarian Orange. HEX triplet: 84, 26 and 21. RGB value is (132,38,33). Sum of RGB (Red+Green+Blue) = 132+38+33=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #842621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842621 is #7BD9DE. Grayscale: #414141. Windows color (decimal): -8116703 or 2172548. OLE color: 2172548.

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

Color convert

RGB1323833-
CMYK00.710.750.48
HSL3.03º60%32.35%-
HSV(B)3.03º75%51.76%-
XYZ10.486.42.12-
YUV65.54109.64175.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 65.02%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=65.02%
G=18.72%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132383300.710.750.483.036032.35
Hex8426210474B3033c20
Octal204464101071136037440
Binary1000010010011010000101000111100101111000011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842621; }

 p { color: rgb(132,38,33); }

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

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

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

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

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

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

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