#68001C

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

Shades of Burgundy #68001C

Tints of Burgundy #68001C

Color information

#68001C (or 0x68001C) is unknown color: approx Burgundy. HEX triplet: 68, 00 and 1C. RGB value is (104,0,28). Sum of RGB (Red+Green+Blue) = 104+0+28=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #68001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68001C is #97FFE3. Grayscale: #222222. Windows color (decimal): -9961444 or 1835112. OLE color: 1835112.

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

Color convert

RGB104028-
CMYK010.730.59
HSL343.85º100%20.39%-
HSV(B)343.85º100%40.78%-
XYZ5.923.031.37-
YUV34.29124.46177.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=78.79%
G=0%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104028010.730.59343.8510020.39
Hex6801C064493B1586414
Octal15003401441117353014424
Binary1101000011100011001001001001111011101011000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68001C; }

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

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

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

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

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

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

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

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