#6A0128

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

Shades of Burgundy #6A0128

Tints of Burgundy #6A0128

Color information

#6A0128 (or 0x6A0128) is unknown color: approx Burgundy. HEX triplet: 6A, 01 and 28. RGB value is (106,1,40). Sum of RGB (Red+Green+Blue) = 106+1+40=147 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.11% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0128 is #95FED7. Grayscale: #242424. Windows color (decimal): -9830104 or 2621802. OLE color: 2621802.

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

Color convert

RGB106140-
CMYK00.990.620.58
HSL337.71º98.13%20.98%-
HSV(B)337.71º99.06%41.57%-
XYZ6.343.242.3-
YUV36.84129.79177.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 72.11%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=72.11%
G=0.68%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10614000.990.620.58337.7198.1320.98
Hex6A1280633E3A1526215
Octal1521500143767252214225
Binary1101010110100001100011111110111010101010010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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