#680027

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

Shades of Burgundy #680027

Tints of Burgundy #680027

Color information

#680027 (or 0x680027) is unknown color: approx Burgundy. HEX triplet: 68, 00 and 27. RGB value is (104,0,39). Sum of RGB (Red+Green+Blue) = 104+0+39=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #680027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680027 is #97FFD8. Grayscale: #232323. Windows color (decimal): -9961433 or 2556008. OLE color: 2556008.

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

Color convert

RGB104039-
CMYK010.620.59
HSL337.5º100%20.39%-
HSV(B)337.5º100%40.78%-
XYZ6.083.092.2-
YUV35.54129.96176.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=72.73%
G=0%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104039010.620.59337.510020.39
Hex680270643E3B1526414
Octal1500470144767352214424
Binary1101000010011101100100111110111011101010010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680027; }

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

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

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

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

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

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

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

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