#822825

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

Shades of Mandarian Orange #822825

Tints of Mandarian Orange #822825

Color information

#822825 (or 0x822825) is unknown color: approx Mandarian Orange. HEX triplet: 82, 28 and 25. RGB value is (130,40,37). Sum of RGB (Red+Green+Blue) = 130+40+37=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #822825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822825 is #7DD7DA. Grayscale: #424242. Windows color (decimal): -8247259 or 2435202. OLE color: 2435202.

HSL color Cylindrical-coordinate representation of color #822825: hue angle of 1.94º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822825 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1304037-
CMYK00.690.720.49
HSL1.94º55.69%32.75%-
HSV(B)1.94º71.54%50.98%-
XYZ10.36.42.44-
YUV66.57111.32173.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=62.80%
G=19.32%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130403700.690.720.491.9455.6932.75
Hex822825045483123821
Octal202504501051106127041
Binary1000001010100010010101000101100100011000110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822825; }

 p { color: rgb(130,40,37); }

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

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

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

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

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

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

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