#680018

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

Shades of Burgundy #680018

Tints of Burgundy #680018

Color information

#680018 (or 0x680018) is unknown color: approx Burgundy. HEX triplet: 68, 00 and 18. RGB value is (104,0,24). Sum of RGB (Red+Green+Blue) = 104+0+24=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #680018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680018 is #97FFE7. Grayscale: #212121. Windows color (decimal): -9961448 or 1572968. OLE color: 1572968.

HSL color Cylindrical-coordinate representation of color #680018: hue angle of 346.15º 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 #680018 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB104024-
CMYK010.770.59
HSL346.15º100%20.39%-
HSV(B)346.15º100%40.78%-
XYZ5.873.011.14-
YUV33.83122.46178.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 81.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=81.25%
G=0%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104024010.770.59346.1510020.39
Hex680180644D3B15a6414
Octal15003001441157353214424
Binary1101000011000011001001001101111011101011010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680018; }

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

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

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

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

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

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

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

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