#680512

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

Shades of Burgundy #680512

Tints of Burgundy #680512

Color information

#680512 (or 0x680512) is unknown color: approx Burgundy. HEX triplet: 68, 05 and 12. RGB value is (104,5,18). Sum of RGB (Red+Green+Blue) = 104+5+18=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680512 is #97FAED. Grayscale: #242424. Windows color (decimal): -9960174 or 1181032. OLE color: 1181032.

HSL color Cylindrical-coordinate representation of color #680512: hue angle of 352.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680512 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB104518-
CMYK00.950.830.59
HSL352.12º90.83%21.37%-
HSV(B)352.12º95.19%40.78%-
XYZ5.873.10.86-
YUV36.08117.8176.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 81.89%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=81.89%
G=3.94%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10451800.950.830.59352.1290.8321.37
Hex6851205F533B1605b15
Octal15052201371237354013325
Binary110100010110010010111111010011111011101100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680512; }

 p { color: rgb(104,5,18); }

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

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

 a { background-color: rgb(104,5,18); }

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

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

 span { border-color: rgb(104,5,18); }

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