#680422

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

Shades of Burgundy #680422

Tints of Burgundy #680422

Color information

#680422 (or 0x680422) is unknown color: approx Burgundy. HEX triplet: 68, 04 and 22. RGB value is (104,4,34). Sum of RGB (Red+Green+Blue) = 104+4+34=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #680422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680422 is #97FBDD. Grayscale: #252525. Windows color (decimal): -9960414 or 2229352. OLE color: 2229352.

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

Color convert

RGB104434-
CMYK00.960.670.59
HSL342º92.59%21.18%-
HSV(B)342º96.15%40.78%-
XYZ6.043.151.8-
YUV37.32126.13175.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.24%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=73.24%
G=2.82%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10443400.960.670.5934292.5921.18
Hex68422060433B1565d15
Octal15044201401037352613525
Binary1101000100100010011000001000011111011101010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680422; }

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

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

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

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

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

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

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

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