#6A0528

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

Shades of Burgundy #6A0528

Tints of Burgundy #6A0528

Color information

#6A0528 (or 0x6A0528) is unknown color: approx Burgundy. HEX triplet: 6A, 05 and 28. RGB value is (106,5,40). Sum of RGB (Red+Green+Blue) = 106+5+40=151 (20% of max value = 765). Red value is 106 (41.80% from 255 or 70.20% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0528 is #95FAD7. Grayscale: #272727. Windows color (decimal): -9829080 or 2622826. OLE color: 2622826.

HSL color Cylindrical-coordinate representation of color #6A0528: hue angle of 339.21º 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 #6A0528 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB106540-
CMYK00.950.620.58
HSL339.21º90.99%21.76%-
HSV(B)339.21º95.28%41.57%-
XYZ6.383.332.31-
YUV39.19128.46175.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 70.20%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=70.20%
G=3.31%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10654000.950.620.58339.2190.9921.76
Hex6A52805F3E3A1535b16
Octal1525500137767252313326
Binary110101010110100001011111111110111010101010011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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