#830628

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

Shades of Burgundy #830628

Tints of Burgundy #830628

Color information

#830628 (or 0x830628) is unknown color: approx Burgundy. HEX triplet: 83, 06 and 28. RGB value is (131,6,40). Sum of RGB (Red+Green+Blue) = 131+6+40=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #830628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830628 is #7CF9D7. Grayscale: #2F2F2F. Windows color (decimal): -8190424 or 2623107. OLE color: 2623107.

HSL color Cylindrical-coordinate representation of color #830628: hue angle of 343.68º 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 #830628 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB131640-
CMYK00.950.690.49
HSL343.68º91.24%26.86%-
HSV(B)343.68º95.42%51.37%-
XYZ9.815.112.48-
YUV47.25123.91187.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 74.01%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=74.01%
G=3.39%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13164000.950.690.49343.6891.2426.86
Hex8362805F45311585b1b
Octal20365001371056153013333
Binary10000011110101000010111111000101110001101011000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830628; }

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

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

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

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

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

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

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

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