#680022

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

Shades of Burgundy #680022

Tints of Burgundy #680022

Color information

#680022 (or 0x680022) is unknown color: approx Burgundy. HEX triplet: 68, 00 and 22. RGB value is (104,0,34). Sum of RGB (Red+Green+Blue) = 104+0+34=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #680022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680022 is #97FFDD. Grayscale: #222222. Windows color (decimal): -9961438 or 2228328. OLE color: 2228328.

HSL color Cylindrical-coordinate representation of color #680022: hue angle of 340.38º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680022 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB104034-
CMYK010.670.59
HSL340.38º100%20.39%-
HSV(B)340.38º100%40.78%-
XYZ63.061.79-
YUV34.97127.46177.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=75.36%
G=0%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104034010.670.59340.3810020.39
Hex68022064433B1546414
Octal15004201441037352414424
Binary11010000100010011001001000011111011101010100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680022; }

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

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

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

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

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

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

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

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