#830C1D

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

Shades of Burgundy #830C1D

Tints of Burgundy #830C1D

Color information

#830C1D (or 0x830C1D) is unknown color: approx Burgundy. HEX triplet: 83, 0C and 1D. RGB value is (131,12,29). Sum of RGB (Red+Green+Blue) = 131+12+29=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #830C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830C1D is #7CF3E2. Grayscale: #313131. Windows color (decimal): -8188899 or 1903747. OLE color: 1903747.

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

Color convert

RGB1311229-
CMYK00.910.780.49
HSL351.43º83.22%28.04%-
HSV(B)351.43º90.84%51.37%-
XYZ9.715.181.65-
YUV49.52116.42186.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 76.16%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 29 (11.72% from 255) = 16.86%
R=76.16%
G=6.98%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131122900.910.780.49351.4383.2228.04
Hex83C1D05B4E3115f531c
Octal203143501331166153712334
Binary10000011110011101010110111001110110001101011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,12,29); }

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

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

 a { background-color: rgb(131,12,29); }

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

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

 span { border-color: rgb(131,12,29); }

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