#68021F

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

Shades of Burgundy #68021F

Tints of Burgundy #68021F

Color information

#68021F (or 0x68021F) is unknown color: approx Burgundy. HEX triplet: 68, 02 and 1F. RGB value is (104,2,31). Sum of RGB (Red+Green+Blue) = 104+2+31=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #68021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68021F is #97FDE0. Grayscale: #232323. Windows color (decimal): -9960929 or 2032232. OLE color: 2032232.

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

Color convert

RGB104231-
CMYK00.980.700.59
HSL342.94º96.23%20.78%-
HSV(B)342.94º98.08%40.78%-
XYZ5.983.091.58-
YUV35.8125.29176.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.91%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=75.91%
G=1.46%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10423100.980.700.59342.9496.2320.78
Hex6821F062463B1576015
Octal15023701421067352714025
Binary11010001011111011000101000110111011101010111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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