#830634

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

Shades of Burgundy #830634

Tints of Burgundy #830634

Color information

#830634 (or 0x830634) is unknown color: approx Burgundy. HEX triplet: 83, 06 and 34. RGB value is (131,6,52). Sum of RGB (Red+Green+Blue) = 131+6+52=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #830634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830634 is #7CF9CB. Grayscale: #303030. Windows color (decimal): -8190412 or 3409539. OLE color: 3409539.

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

Color convert

RGB131652-
CMYK00.950.600.49
HSL337.92º91.24%26.86%-
HSV(B)337.92º95.42%51.37%-
XYZ10.055.23.72-
YUV48.62129.91186.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 69.31%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=69.31%
G=3.17%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13165200.950.600.49337.9291.2426.86
Hex8363405F3C311525b1b
Octal2036640137746152213333
Binary1000001111011010001011111111100110001101010010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830634; }

 p { color: rgb(131,6,52); }

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

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

 a { background-color: rgb(131,6,52); }

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

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

 span { border-color: rgb(131,6,52); }

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