#830039

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

Shades of Burgundy #830039

Tints of Burgundy #830039

Color information

#830039 (or 0x830039) is unknown color: approx Burgundy. HEX triplet: 83, 00 and 39. RGB value is (131,0,57). Sum of RGB (Red+Green+Blue) = 131+0+57=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #830039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830039 is #7CFFC6. Grayscale: #2D2D2D. Windows color (decimal): -8191943 or 3735683. OLE color: 3735683.

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

Color convert

RGB131057-
CMYK010.560.49
HSL333.89º100%25.69%-
HSV(B)333.89º100%51.37%-
XYZ10.15.124.33-
YUV45.67134.4188.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 69.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=69.68%
G=0%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131057010.560.49333.8910025.69
Hex83039064383114e641a
Octal2030710144706151614432
Binary10000011011100101100100111000110001101001110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830039; }

 p { color: rgb(131,0,57); }

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

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

 a { background-color: rgb(131,0,57); }

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

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

 span { border-color: rgb(131,0,57); }

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