#680205

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

Shades of Burgundy #680205

Tints of Burgundy #680205

Color information

#680205 (or 0x680205) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 05. RGB value is (104,2,5). Sum of RGB (Red+Green+Blue) = 104+2+5=111 (14% of max value = 765). Red value is 104 (41.02% from 255 or 93.69% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 104 - color contains mainly: red. Hex color #680205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680205 is #97FDFA. Grayscale: #202020. Windows color (decimal): -9960955 or 328296. OLE color: 328296.

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

Color convert

RGB10425-
CMYK00.980.950.59
HSL358.24º96.23%20.78%-
HSV(B)358.24º98.08%40.78%-
XYZ5.7630.42-
YUV32.84112.29178.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 93.69%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 5 (2.34% from 255) = 4.50%
R=93.69%
G=1.80%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042500.980.950.59358.2496.2320.78
Hex68250625F3B1666015
Octal1502501421377354614025
Binary110100010101011000101011111111011101100110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680205; }

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

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

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

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

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

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

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

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