#6F041B

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

Shades of Burgundy #6F041B

Tints of Burgundy #6F041B

Color information

#6F041B (or 0x6F041B) is unknown color: approx Burgundy. HEX triplet: 6F, 04 and 1B. RGB value is (111,4,27). Sum of RGB (Red+Green+Blue) = 111+4+27=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F041B is #90FBE4. Grayscale: #262626. Windows color (decimal): -9501669 or 1770607. OLE color: 1770607.

HSL color Cylindrical-coordinate representation of color #6F041B: hue angle of 347.1º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F041B is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB111427-
CMYK00.960.760.56
HSL347.1º93.04%22.55%-
HSV(B)347.1º96.4%43.53%-
XYZ6.83.551.36-
YUV38.62121.45179.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 78.17%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=78.17%
G=2.82%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11142700.960.760.56347.193.0422.55
Hex6F41B0604C3815b5d17
Octal15743301401147053313527
Binary110111110011011011000001001100111000101011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,27); }

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

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

 a { background-color: rgb(111,4,27); }

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

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

 span { border-color: rgb(111,4,27); }

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