#680312

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

Shades of Burgundy #680312

Tints of Burgundy #680312

Color information

#680312 (or 0x680312) is unknown color: approx Burgundy. HEX triplet: 68, 03 and 12. RGB value is (104,3,18). Sum of RGB (Red+Green+Blue) = 104+3+18=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #680312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680312 is #97FCED. Grayscale: #222222. Windows color (decimal): -9960686 or 1180520. OLE color: 1180520.

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

Color convert

RGB104318-
CMYK00.970.830.59
HSL351.09º94.39%20.98%-
HSV(B)351.09º97.12%40.78%-
XYZ5.853.050.85-
YUV34.91118.46177.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.2%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=83.2%
G=2.4%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10431800.970.830.59351.0994.3920.98
Hex68312061533B15f5e15
Octal15032201411237353713625
Binary11010001110010011000011010011111011101011111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680312; }

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

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

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

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

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

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

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

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