#830E34

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

Shades of Burgundy #830E34

Tints of Burgundy #830E34

Color information

#830E34 (or 0x830E34) is unknown color: approx Burgundy. HEX triplet: 83, 0E and 34. RGB value is (131,14,52). Sum of RGB (Red+Green+Blue) = 131+14+52=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #830E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830E34 is #7CF1CB. Grayscale: #353535. Windows color (decimal): -8188364 or 3411587. OLE color: 3411587.

HSL color Cylindrical-coordinate representation of color #830E34: hue angle of 340.51º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830E34 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1311452-
CMYK00.890.600.49
HSL340.51º80.69%28.43%-
HSV(B)340.51º89.31%51.37%-
XYZ10.145.393.75-
YUV53.32127.26183.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 66.50%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 52 (20.70% from 255) = 26.40%
R=66.50%
G=7.11%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131145200.890.600.49340.5180.6928.43
Hex83E340593C31155511c
Octal20316640131746152512134
Binary10000011111011010001011001111100110001101010101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830E34; }

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

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

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

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

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

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

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

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