#6A0523

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

Shades of Burgundy #6A0523

Tints of Burgundy #6A0523

Color information

#6A0523 (or 0x6A0523) is unknown color: approx Burgundy. HEX triplet: 6A, 05 and 23. RGB value is (106,5,35). Sum of RGB (Red+Green+Blue) = 106+5+35=146 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.60% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0523 is #95FADC. Grayscale: #262626. Windows color (decimal): -9829085 or 2295146. OLE color: 2295146.

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

Color convert

RGB106535-
CMYK00.950.670.58
HSL342.18º90.99%21.76%-
HSV(B)342.18º95.28%41.57%-
XYZ6.33.291.89-
YUV38.62125.96176.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 72.60%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=72.60%
G=3.42%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10653500.950.670.58342.1890.9921.76
Hex6A52305F433A1565b16
Octal15254301371037252613326
Binary1101010101100011010111111000011111010101010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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