#68001F

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

Shades of Burgundy #68001F

Tints of Burgundy #68001F

Color information

#68001F (or 0x68001F) is unknown color: approx Burgundy. HEX triplet: 68, 00 and 1F. RGB value is (104,0,31). Sum of RGB (Red+Green+Blue) = 104+0+31=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68001F is #97FFE0. Grayscale: #222222. Windows color (decimal): -9961441 or 2031720. OLE color: 2031720.

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

Color convert

RGB104031-
CMYK010.700.59
HSL342.12º100%20.39%-
HSV(B)342.12º100%40.78%-
XYZ5.963.041.57-
YUV34.63125.96177.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=77.04%
G=0%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104031010.700.59342.1210020.39
Hex6801F064463B1566414
Octal15003701441067352614424
Binary1101000011111011001001000110111011101010110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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