#6F070B

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

Shades of Burgundy #6F070B

Tints of Burgundy #6F070B

Color information

#6F070B (or 0x6F070B) is unknown color: approx Burgundy. HEX triplet: 6F, 07 and 0B. RGB value is (111,7,11). Sum of RGB (Red+Green+Blue) = 111+7+11=129 (17% of max value = 765). Red value is 111 (43.75% from 255 or 86.05% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 111 - color contains mainly: red. Hex color #6F070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F070B is #90F8F4. Grayscale: #262626. Windows color (decimal): -9500917 or 722799. OLE color: 722799.

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

Color convert

RGB111711-
CMYK00.940.900.56
HSL357.69º88.14%23.14%-
HSV(B)357.69º93.69%43.53%-
XYZ6.693.560.65-
YUV38.55112.46179.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 86.05%
GREEN value IS 7 (3.12% from 255) = 5.43%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=86.05%
G=5.43%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11171100.940.900.56357.6988.1423.14
Hex6F7B05E5A381665817
Octal15771301361327054613027
Binary11011111111011010111101011010111000101100110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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