#680017

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

Shades of Burgundy #680017

Tints of Burgundy #680017

Color information

#680017 (or 0x680017) is unknown color: approx Burgundy. HEX triplet: 68, 00 and 17. RGB value is (104,0,23). Sum of RGB (Red+Green+Blue) = 104+0+23=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680017 is #97FFE8. Grayscale: #212121. Windows color (decimal): -9961449 or 1507432. OLE color: 1507432.

HSL color Cylindrical-coordinate representation of color #680017: hue angle of 346.73º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680017 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB104023-
CMYK010.780.59
HSL346.73º100%20.39%-
HSV(B)346.73º100%40.78%-
XYZ5.8631.08-
YUV33.72121.96178.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 81.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 18.11%
R=81.89%
G=0%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104023010.780.59346.7310020.39
Hex680170644E3B15b6414
Octal15002701441167353314424
Binary1101000010111011001001001110111011101011011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680017; }

 p { color: rgb(104,0,23); }

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

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

 a { background-color: rgb(104,0,23); }

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

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

 span { border-color: rgb(104,0,23); }

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