#680122

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

Shades of Burgundy #680122

Tints of Burgundy #680122

Color information

#680122 (or 0x680122) is unknown color: approx Burgundy. HEX triplet: 68, 01 and 22. RGB value is (104,1,34). Sum of RGB (Red+Green+Blue) = 104+1+34=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #680122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680122 is #97FEDD. Grayscale: #232323. Windows color (decimal): -9961182 or 2228584. OLE color: 2228584.

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

Color convert

RGB104134-
CMYK00.990.670.59
HSL340.78º98.1%20.59%-
HSV(B)340.78º99.04%40.78%-
XYZ6.013.081.79-
YUV35.56127.12176.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.82%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=74.82%
G=0.72%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10413400.990.670.59340.7898.120.59
Hex68122063433B1556215
Octal15014201431037352514225
Binary11010001100010011000111000011111011101010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680122; }

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

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

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

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

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

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

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

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