#842A25

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

Shades of Mandarian Orange #842A25

Tints of Mandarian Orange #842A25

Color information

#842A25 (or 0x842A25) is unknown color: approx Mandarian Orange. HEX triplet: 84, 2A and 25. RGB value is (132,42,37). Sum of RGB (Red+Green+Blue) = 132+42+37=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #842A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A25 is #7BD5DA. Grayscale: #444444. Windows color (decimal): -8115675 or 2435716. OLE color: 2435716.

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

Color convert

RGB1324237-
CMYK00.680.720.48
HSL3.16º56.21%33.14%-
HSV(B)3.16º71.97%51.76%-
XYZ10.686.72.48-
YUV68.34110.32173.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=62.56%
G=19.91%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132423700.680.720.483.1656.2133.14
Hex842A25044483033821
Octal204524501041106037041
Binary1000010010101010010101000100100100011000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842A25; }

 p { color: rgb(132,42,37); }

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

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

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

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

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

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

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