#6A0718

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

Shades of Burgundy #6A0718

Tints of Burgundy #6A0718

Color information

#6A0718 (or 0x6A0718) is unknown color: approx Burgundy. HEX triplet: 6A, 07 and 18. RGB value is (106,7,24). Sum of RGB (Red+Green+Blue) = 106+7+24=137 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.37% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0718 is #95F8E7. Grayscale: #262626. Windows color (decimal): -9828584 or 1574762. OLE color: 1574762.

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

Color convert

RGB106724-
CMYK00.930.770.58
HSL349.7º87.61%22.16%-
HSV(B)349.7º93.4%41.57%-
XYZ6.183.281.17-
YUV38.54119.8176.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 77.37%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=77.37%
G=5.11%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10672400.930.770.58349.787.6122.16
Hex6A71805D4D3A15e5816
Octal15273001351157253613026
Binary110101011111000010111011001101111010101011110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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