#6A0016

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

Shades of Burgundy #6A0016

Tints of Burgundy #6A0016

Color information

#6A0016 (or 0x6A0016) is unknown color: approx Burgundy. HEX triplet: 6A, 00 and 16. RGB value is (106,0,22). Sum of RGB (Red+Green+Blue) = 106+0+22=128 (16% of max value = 765). Red value is 106 (41.80% from 255 or 82.81% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0016 is #95FFE9. Grayscale: #222222. Windows color (decimal): -9830378 or 1441898. OLE color: 1441898.

HSL color Cylindrical-coordinate representation of color #6A0016: hue angle of 347.55º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0016 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB106022-
CMYK010.790.58
HSL347.55º100%20.78%-
HSV(B)347.55º100%41.57%-
XYZ6.093.121.04-
YUV34.2121.12179.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 82.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=82.81%
G=0%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106022010.790.58347.5510020.78
Hex6A0160644F3A15c6415
Octal15202601441177253414425
Binary1101010010110011001001001111111010101011100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A0016; }

 p { color: rgb(106,0,22); }

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

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

 a { background-color: rgb(106,0,22); }

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

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

 span { border-color: rgb(106,0,22); }

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