#680121

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

Shades of Burgundy #680121

Tints of Burgundy #680121

Color information

#680121 (or 0x680121) is unknown color: approx Burgundy. HEX triplet: 68, 01 and 21. RGB value is (104,1,33). Sum of RGB (Red+Green+Blue) = 104+1+33=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #680121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680121 is #97FEDE. Grayscale: #232323. Windows color (decimal): -9961183 or 2163048. OLE color: 2163048.

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

Color convert

RGB104133-
CMYK00.990.680.59
HSL341.36º98.1%20.59%-
HSV(B)341.36º99.04%40.78%-
XYZ5.993.071.72-
YUV35.44126.62176.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.36%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=75.36%
G=0.72%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10413300.990.680.59341.3698.120.59
Hex68121063443B1556215
Octal15014101431047352514225
Binary11010001100001011000111000100111011101010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680121; }

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

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

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

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

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

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

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

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