#822727

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

Shades of Mandarian Orange #822727

Tints of Mandarian Orange #822727

Color information

#822727 (or 0x822727) is unknown color: approx Mandarian Orange. HEX triplet: 82, 27 and 27. RGB value is (130,39,39). Sum of RGB (Red+Green+Blue) = 130+39+39=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #822727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822727 is #7DD8D8. Grayscale: #424242. Windows color (decimal): -8247513 or 2566018. OLE color: 2566018.

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

Color convert

RGB1303939-
CMYK00.700.700.49
HSL53.85%33.14%-
HSV(B)70%50.98%-
XYZ10.36.342.6-
YUV66.21112.65173.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 39 (15.62% from 255) = 18.75%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=62.5%
G=18.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130393900.700.700.49053.8533.14
Hex822727046463103621
Octal202474701061066106641
Binary100000101001111001110100011010001101100010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822727; }

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

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

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

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

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

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

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

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