#6F070F

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

Shades of Burgundy #6F070F

Tints of Burgundy #6F070F

Color information

#6F070F (or 0x6F070F) is unknown color: approx Burgundy. HEX triplet: 6F, 07 and 0F. RGB value is (111,7,15). Sum of RGB (Red+Green+Blue) = 111+7+15=133 (17% of max value = 765). Red value is 111 (43.75% from 255 or 83.46% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 111 - color contains mainly: red. Hex color #6F070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F070F is #90F8F0. Grayscale: #272727. Windows color (decimal): -9500913 or 984943. OLE color: 984943.

HSL color Cylindrical-coordinate representation of color #6F070F: hue angle of 355.38º 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 #6F070F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB111715-
CMYK00.940.860.56
HSL355.38º88.14%23.14%-
HSV(B)355.38º93.69%43.53%-
XYZ6.723.570.79-
YUV39.01114.46179.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 83.46%
GREEN value IS 7 (3.12% from 255) = 5.26%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=83.46%
G=5.26%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11171500.940.860.56355.3888.1423.14
Hex6F7F05E56381635817
Octal15771701361267054313027
Binary11011111111111010111101010110111000101100011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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