#68011B

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

Shades of Burgundy #68011B

Tints of Burgundy #68011B

Color information

#68011B (or 0x68011B) is unknown color: approx Burgundy. HEX triplet: 68, 01 and 1B. RGB value is (104,1,27). Sum of RGB (Red+Green+Blue) = 104+1+27=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #68011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68011B is #97FEE4. Grayscale: #222222. Windows color (decimal): -9961189 or 1769832. OLE color: 1769832.

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

Color convert

RGB104127-
CMYK00.990.740.59
HSL344.85º98.1%20.59%-
HSV(B)344.85º99.04%40.78%-
XYZ5.923.041.31-
YUV34.76123.62177.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.79%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=78.79%
G=0.76%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10412700.990.740.59344.8598.120.59
Hex6811B0634A3B1596215
Octal15013301431127353114225
Binary1101000111011011000111001010111011101011001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68011B; }

 p { color: rgb(104,1,27); }

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

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

 a { background-color: rgb(104,1,27); }

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

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

 span { border-color: rgb(104,1,27); }

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