#680212

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

Shades of Burgundy #680212

Tints of Burgundy #680212

Color information

#680212 (or 0x680212) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 12. RGB value is (104,2,18). Sum of RGB (Red+Green+Blue) = 104+2+18=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680212 is #97FDED. Grayscale: #222222. Windows color (decimal): -9960942 or 1180264. OLE color: 1180264.

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

Color convert

RGB104218-
CMYK00.980.830.59
HSL350.59º96.23%20.78%-
HSV(B)350.59º98.08%40.78%-
XYZ5.843.030.85-
YUV34.32118.79177.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.87%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=83.87%
G=1.61%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10421800.980.830.59350.5996.2320.78
Hex68212062533B15f6015
Octal15022201421237353714025
Binary11010001010010011000101010011111011101011111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680212; }

 p { color: rgb(104,2,18); }

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

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

 a { background-color: rgb(104,2,18); }

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

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

 span { border-color: rgb(104,2,18); }

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