#680124

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

Shades of Burgundy #680124

Tints of Burgundy #680124

Color information

#680124 (or 0x680124) is unknown color: approx Burgundy. HEX triplet: 68, 01 and 24. RGB value is (104,1,36). Sum of RGB (Red+Green+Blue) = 104+1+36=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #680124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680124 is #97FEDB. Grayscale: #232323. Windows color (decimal): -9961180 or 2359656. OLE color: 2359656.

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

Color convert

RGB104136-
CMYK00.990.650.59
HSL339.61º98.1%20.59%-
HSV(B)339.61º99.04%40.78%-
XYZ6.043.091.95-
YUV35.79128.12176.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=73.76%
G=0.71%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10413600.990.650.59339.6198.120.59
Hex68124063413B1546215
Octal15014401431017352414225
Binary11010001100100011000111000001111011101010100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680124; }

 p { color: rgb(104,1,36); }

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

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

 a { background-color: rgb(104,1,36); }

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

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

 span { border-color: rgb(104,1,36); }

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