#842828

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

Shades of Mandarian Orange #842828

Tints of Mandarian Orange #842828

Color information

#842828 (or 0x842828) is unknown color: approx Mandarian Orange. HEX triplet: 84, 28 and 28. RGB value is (132,40,40). Sum of RGB (Red+Green+Blue) = 132+40+40=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #842828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842828 is #7BD7D7. Grayscale: #434343. Windows color (decimal): -8116184 or 2631812. OLE color: 2631812.

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

Color convert

RGB1324040-
CMYK00.700.700.48
HSL53.49%33.73%-
HSV(B)69.7%51.76%-
XYZ10.666.582.72-
YUV67.51112.48174-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.26%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=62.26%
G=18.87%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132404000.700.700.48053.4933.73
Hex842828046463003522
Octal204505001061066006542
Binary100001001010001010000100011010001101100000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842828; }

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

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

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

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

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

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

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

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