#680421

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

Shades of Burgundy #680421

Tints of Burgundy #680421

Color information

#680421 (or 0x680421) is unknown color: approx Burgundy. HEX triplet: 68, 04 and 21. RGB value is (104,4,33). Sum of RGB (Red+Green+Blue) = 104+4+33=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #680421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680421 is #97FBDE. Grayscale: #252525. Windows color (decimal): -9960415 or 2163816. OLE color: 2163816.

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

Color convert

RGB104433-
CMYK00.960.680.59
HSL342.6º92.59%21.18%-
HSV(B)342.6º96.15%40.78%-
XYZ6.033.141.73-
YUV37.21125.63175.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=73.76%
G=2.84%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10443300.960.680.59342.692.5921.18
Hex68421060443B1575d15
Octal15044101401047352713525
Binary1101000100100001011000001000100111011101010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680421; }

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

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

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

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

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

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

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

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