#6A0726

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

Shades of Burgundy #6A0726

Tints of Burgundy #6A0726

Color information

#6A0726 (or 0x6A0726) is unknown color: approx Burgundy. HEX triplet: 6A, 07 and 26. RGB value is (106,7,38). Sum of RGB (Red+Green+Blue) = 106+7+38=151 (20% of max value = 765). Red value is 106 (41.80% from 255 or 70.20% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0726 is #95F8D9. Grayscale: #282828. Windows color (decimal): -9828570 or 2492266. OLE color: 2492266.

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

Color convert

RGB106738-
CMYK00.930.640.58
HSL341.21º87.61%22.16%-
HSV(B)341.21º93.4%41.57%-
XYZ6.373.362.15-
YUV40.14126.8174.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 70.20%
GREEN value IS 7 (3.12% from 255) = 4.64%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=70.20%
G=4.64%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10673800.930.640.58341.2187.6122.16
Hex6A72605D403A1555816
Octal15274601351007252513026
Binary1101010111100110010111011000000111010101010101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,7,38); }

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

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

 a { background-color: rgb(106,7,38); }

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

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

 span { border-color: rgb(106,7,38); }

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