#830C3C

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

Shades of Burgundy #830C3C

Tints of Burgundy #830C3C

Color information

#830C3C (or 0x830C3C) is unknown color: approx Burgundy. HEX triplet: 83, 0C and 3C. RGB value is (131,12,60). Sum of RGB (Red+Green+Blue) = 131+12+60=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #830C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830C3C is #7CF3C3. Grayscale: #343434. Windows color (decimal): -8188868 or 3935363. OLE color: 3935363.

HSL color Cylindrical-coordinate representation of color #830C3C: hue angle of 335.8º 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 #830C3C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1311260-
CMYK00.910.540.49
HSL335.8º83.22%28.04%-
HSV(B)335.8º90.84%51.37%-
XYZ10.315.414.78-
YUV53.05131.92183.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 64.53%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=64.53%
G=5.91%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131126000.910.540.49335.883.2228.04
Hex83C3C05B3631150531c
Octal20314740133666152012334
Binary10000011110011110001011011110110110001101010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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