#6A0525

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

Shades of Burgundy #6A0525

Tints of Burgundy #6A0525

Color information

#6A0525 (or 0x6A0525) is unknown color: approx Burgundy. HEX triplet: 6A, 05 and 25. RGB value is (106,5,37). Sum of RGB (Red+Green+Blue) = 106+5+37=148 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.62% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0525 is #95FADA. Grayscale: #262626. Windows color (decimal): -9829083 or 2426218. OLE color: 2426218.

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

Color convert

RGB106537-
CMYK00.950.650.58
HSL340.99º90.99%21.76%-
HSV(B)340.99º95.28%41.57%-
XYZ6.333.312.05-
YUV38.85126.96175.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 71.62%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 37 (14.84% from 255) = 25%
R=71.62%
G=3.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10653700.950.650.58340.9990.9921.76
Hex6A52505F413A1555b16
Octal15254501371017252513326
Binary1101010101100101010111111000001111010101010101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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