#6F0108

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

Shades of Burgundy #6F0108

Tints of Burgundy #6F0108

Color information

#6F0108 (or 0x6F0108) is unknown color: approx Burgundy. HEX triplet: 6F, 01 and 08. RGB value is (111,1,8). Sum of RGB (Red+Green+Blue) = 111+1+8=120 (15% of max value = 765). Red value is 111 (43.75% from 255 or 92.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0108 is #90FEF7. Grayscale: #222222. Windows color (decimal): -9502456 or 524655. OLE color: 524655.

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

Color convert

RGB11118-
CMYK00.990.930.56
HSL356.18º98.21%21.96%-
HSV(B)356.18º99.1%43.53%-
XYZ6.613.420.54-
YUV34.69112.94182.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 92.5%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=92.5%
G=0.83%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111800.990.930.56356.1898.2121.96
Hex6F180635D381646216
Octal15711001431357054414226
Binary110111111000011000111011101111000101100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,1,8); }

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

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

 a { background-color: rgb(111,1,8); }

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

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

 span { border-color: rgb(111,1,8); }

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