#6A0717

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

Shades of Burgundy #6A0717

Tints of Burgundy #6A0717

Color information

#6A0717 (or 0x6A0717) is unknown color: approx Burgundy. HEX triplet: 6A, 07 and 17. RGB value is (106,7,23). Sum of RGB (Red+Green+Blue) = 106+7+23=136 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.94% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0717 is #95F8E8. Grayscale: #262626. Windows color (decimal): -9828585 or 1509226. OLE color: 1509226.

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

Color convert

RGB106723-
CMYK00.930.780.58
HSL350.3º87.61%22.16%-
HSV(B)350.3º93.4%41.57%-
XYZ6.173.281.12-
YUV38.42119.3176.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 77.94%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=77.94%
G=5.15%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10672300.930.780.58350.387.6122.16
Hex6A71705D4E3A15e5816
Octal15272701351167253613026
Binary110101011110111010111011001110111010101011110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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