#6A041F

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

Shades of Burgundy #6A041F

Tints of Burgundy #6A041F

Color information

#6A041F (or 0x6A041F) is unknown color: approx Burgundy. HEX triplet: 6A, 04 and 1F. RGB value is (106,4,31). Sum of RGB (Red+Green+Blue) = 106+4+31=141 (18% of max value = 765). Red value is 106 (41.80% from 255 or 75.18% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 106 - color contains mainly: red. Hex color #6A041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A041F is #95FBE0. Grayscale: #252525. Windows color (decimal): -9829345 or 2032746. OLE color: 2032746.

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

Color convert

RGB106431-
CMYK00.960.710.58
HSL344.12º92.73%21.57%-
HSV(B)344.12º96.23%41.57%-
XYZ6.233.251.6-
YUV37.58124.29176.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 75.18%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=75.18%
G=2.84%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10643100.960.710.58344.1292.7321.57
Hex6A41F060473A1585d16
Octal15243701401077253013526
Binary110101010011111011000001000111111010101011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,4,31); }

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

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

 a { background-color: rgb(106,4,31); }

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

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

 span { border-color: rgb(106,4,31); }

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