#6A071A

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

Shades of Burgundy #6A071A

Tints of Burgundy #6A071A

Color information

#6A071A (or 0x6A071A) is unknown color: approx Burgundy. HEX triplet: 6A, 07 and 1A. RGB value is (106,7,26). Sum of RGB (Red+Green+Blue) = 106+7+26=139 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.26% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 106 - color contains mainly: red. Hex color #6A071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A071A is #95F8E5. Grayscale: #262626. Windows color (decimal): -9828582 or 1705834. OLE color: 1705834.

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

Color convert

RGB106726-
CMYK00.930.750.58
HSL348.48º87.61%22.16%-
HSV(B)348.48º93.4%41.57%-
XYZ6.213.291.29-
YUV38.77120.8175.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 76.26%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=76.26%
G=5.04%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10672600.930.750.58348.4887.6122.16
Hex6A71A05D4B3A15c5816
Octal15273201351137253413026
Binary110101011111010010111011001011111010101011100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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