#6A0424

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

Shades of Burgundy #6A0424

Tints of Burgundy #6A0424

Color information

#6A0424 (or 0x6A0424) is unknown color: approx Burgundy. HEX triplet: 6A, 04 and 24. RGB value is (106,4,36). Sum of RGB (Red+Green+Blue) = 106+4+36=146 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.60% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0424 is #95FBDB. Grayscale: #262626. Windows color (decimal): -9829340 or 2360426. OLE color: 2360426.

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

Color convert

RGB106436-
CMYK00.960.660.58
HSL341.18º92.73%21.57%-
HSV(B)341.18º96.23%41.57%-
XYZ6.313.281.97-
YUV38.15126.79176.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 72.60%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=72.60%
G=2.74%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10643600.960.660.58341.1892.7321.57
Hex6A424060423A1555d16
Octal15244401401027252513526
Binary1101010100100100011000001000010111010101010101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,4,36); }

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

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

 a { background-color: rgb(106,4,36); }

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

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

 span { border-color: rgb(106,4,36); }

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