#822626

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

Shades of Mandarian Orange #822626

Tints of Mandarian Orange #822626

Color information

#822626 (or 0x822626) is unknown color: approx Mandarian Orange. HEX triplet: 82, 26 and 26. RGB value is (130,38,38). Sum of RGB (Red+Green+Blue) = 130+38+38=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #822626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822626 is #7DD9D9. Grayscale: #414141. Windows color (decimal): -8247770 or 2500226. OLE color: 2500226.

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

Color convert

RGB1303838-
CMYK00.710.710.49
HSL54.76%32.94%-
HSV(B)70.77%50.98%-
XYZ10.256.272.5-
YUV65.51112.48174-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.11%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 38 (15.23% from 255) = 18.45%
R=63.11%
G=18.45%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130383800.710.710.49054.7632.94
Hex822626047473103721
Octal202464601071076106741
Binary100000101001101001100100011110001111100010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822626; }

 p { color: rgb(130,38,38); }

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

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

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

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

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

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

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