#6F071A

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

Shades of Burgundy #6F071A

Tints of Burgundy #6F071A

Color information

#6F071A (or 0x6F071A) is unknown color: approx Burgundy. HEX triplet: 6F, 07 and 1A. RGB value is (111,7,26). Sum of RGB (Red+Green+Blue) = 111+7+26=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F071A is #90F8E5. Grayscale: #282828. Windows color (decimal): -9500902 or 1705839. OLE color: 1705839.

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

Color convert

RGB111726-
CMYK00.940.770.56
HSL349.04º88.14%23.14%-
HSV(B)349.04º93.69%43.53%-
XYZ6.823.611.31-
YUV40.26119.96178.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 77.08%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=77.08%
G=4.86%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11172600.940.770.56349.0488.1423.14
Hex6F71A05E4D3815d5817
Octal15773201361157053513027
Binary110111111111010010111101001101111000101011101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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