#6A0124

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

Shades of Burgundy #6A0124

Tints of Burgundy #6A0124

Color information

#6A0124 (or 0x6A0124) is unknown color: approx Burgundy. HEX triplet: 6A, 01 and 24. RGB value is (106,1,36). Sum of RGB (Red+Green+Blue) = 106+1+36=143 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.13% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0124 is #95FEDB. Grayscale: #242424. Windows color (decimal): -9830108 or 2359658. OLE color: 2359658.

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

Color convert

RGB106136-
CMYK00.990.660.58
HSL340º98.13%20.98%-
HSV(B)340º99.06%41.57%-
XYZ6.273.211.96-
YUV36.38127.79177.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 74.13%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=74.13%
G=0.70%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10613600.990.660.5834098.1320.98
Hex6A124063423A1546215
Octal15214401431027252414225
Binary11010101100100011000111000010111010101010100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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