#830A2F

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

Shades of Burgundy #830A2F

Tints of Burgundy #830A2F

Color information

#830A2F (or 0x830A2F) is unknown color: approx Burgundy. HEX triplet: 83, 0A and 2F. RGB value is (131,10,47). Sum of RGB (Red+Green+Blue) = 131+10+47=188 (24% of max value = 765). Red value is 131 (51.56% from 255 or 69.68% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 131 - color contains mainly: red. Hex color #830A2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830A2F is #7CF5D0. Grayscale: #323232. Windows color (decimal): -8189393 or 3082883. OLE color: 3082883.

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

Color convert

RGB1311047-
CMYK00.920.640.49
HSL341.65º85.82%27.65%-
HSV(B)341.65º92.37%51.37%-
XYZ9.985.253.18-
YUV50.4126.09185.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 69.68%
GREEN value IS 10 (4.30% from 255) = 5.32%
BLUE value IS 47 (18.75% from 255) = 25%
R=69.68%
G=5.32%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131104700.920.640.49341.6585.8227.65
Hex83A2F05C4031156561c
Octal203125701341006152612634
Binary100000111010101111010111001000000110001101010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,10,47); }

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

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

 a { background-color: rgb(131,10,47); }

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

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

 span { border-color: rgb(131,10,47); }

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