#830724

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

Shades of Burgundy #830724

Tints of Burgundy #830724

Color information

#830724 (or 0x830724) is unknown color: approx Burgundy. HEX triplet: 83, 07 and 24. RGB value is (131,7,36). Sum of RGB (Red+Green+Blue) = 131+7+36=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #830724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830724 is #7CF8DB. Grayscale: #2F2F2F. Windows color (decimal): -8190172 or 2361219. OLE color: 2361219.

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

Color convert

RGB131736-
CMYK00.950.730.49
HSL345.97º89.86%27.06%-
HSV(B)345.97º94.66%51.37%-
XYZ9.755.12.14-
YUV47.38121.58187.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 75.29%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=75.29%
G=4.02%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13173600.950.730.49345.9789.8627.06
Hex8372405F493115a5a1b
Octal20374401371116153213233
Binary10000011111100100010111111001001110001101011010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830724; }

 p { color: rgb(131,7,36); }

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

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

 a { background-color: rgb(131,7,36); }

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

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

 span { border-color: rgb(131,7,36); }

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