#830532

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

Shades of Burgundy #830532

Tints of Burgundy #830532

Color information

#830532 (or 0x830532) is unknown color: approx Burgundy. HEX triplet: 83, 05 and 32. RGB value is (131,5,50). Sum of RGB (Red+Green+Blue) = 131+5+50=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #830532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830532 is #7CFACD. Grayscale: #2F2F2F. Windows color (decimal): -8190670 or 3278211. OLE color: 3278211.

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

Color convert

RGB131550-
CMYK00.960.620.49
HSL338.57º92.65%26.67%-
HSV(B)338.57º96.18%51.37%-
XYZ9.995.163.49-
YUV47.8129.24187.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 70.43%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=70.43%
G=2.69%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13155000.960.620.49338.5792.6526.67
Hex835320603E311535d1b
Octal2035620140766152313533
Binary1000001110111001001100000111110110001101010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830532; }

 p { color: rgb(131,5,50); }

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

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

 a { background-color: rgb(131,5,50); }

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

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

 span { border-color: rgb(131,5,50); }

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