#6A0526

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

Shades of Burgundy #6A0526

Tints of Burgundy #6A0526

Color information

#6A0526 (or 0x6A0526) is unknown color: approx Burgundy. HEX triplet: 6A, 05 and 26. RGB value is (106,5,38). Sum of RGB (Red+Green+Blue) = 106+5+38=149 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.14% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0526 is #95FAD9. Grayscale: #262626. Windows color (decimal): -9829082 or 2491754. OLE color: 2491754.

HSL color Cylindrical-coordinate representation of color #6A0526: hue angle of 340.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0526 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB106538-
CMYK00.950.640.58
HSL340.4º90.99%21.76%-
HSV(B)340.4º95.28%41.57%-
XYZ6.353.312.14-
YUV38.96127.46175.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 71.14%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=71.14%
G=3.36%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10653800.950.640.58340.490.9921.76
Hex6A52605F403A1545b16
Octal15254601371007252413326
Binary1101010101100110010111111000000111010101010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,5,38); }

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

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

 a { background-color: rgb(106,5,38); }

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

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

 span { border-color: rgb(106,5,38); }

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