#830430

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

Shades of Burgundy #830430

Tints of Burgundy #830430

Color information

#830430 (or 0x830430) is unknown color: approx Burgundy. HEX triplet: 83, 04 and 30. RGB value is (131,4,48). Sum of RGB (Red+Green+Blue) = 131+4+48=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #830430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830430 is #7CFBCF. Grayscale: #2E2E2E. Windows color (decimal): -8190928 or 3146883. OLE color: 3146883.

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

Color convert

RGB131448-
CMYK00.970.630.49
HSL339.21º94.07%26.47%-
HSV(B)339.21º96.95%51.37%-
XYZ9.945.133.26-
YUV46.99128.58187.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.58%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=71.58%
G=2.19%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13144800.970.630.49339.2194.0726.47
Hex834300613F311535e1a
Octal2034600141776152313632
Binary1000001110011000001100001111111110001101010011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830430; }

 p { color: rgb(131,4,48); }

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

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

 a { background-color: rgb(131,4,48); }

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

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

 span { border-color: rgb(131,4,48); }

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