#6F0109

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

Shades of Burgundy #6F0109

Tints of Burgundy #6F0109

Color information

#6F0109 (or 0x6F0109) is unknown color: approx Burgundy. HEX triplet: 6F, 01 and 09. RGB value is (111,1,9). Sum of RGB (Red+Green+Blue) = 111+1+9=121 (16% of max value = 765). Red value is 111 (43.75% from 255 or 91.74% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0109 is #90FEF6. Grayscale: #222222. Windows color (decimal): -9502455 or 590191. OLE color: 590191.

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

Color convert

RGB11119-
CMYK00.990.920.56
HSL355.64º98.21%21.96%-
HSV(B)355.64º99.1%43.53%-
XYZ6.623.420.57-
YUV34.8113.44182.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 91.74%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 9 (3.91% from 255) = 7.44%
R=91.74%
G=0.83%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111900.990.920.56355.6498.2121.96
Hex6F190635C381646216
Octal15711101431347054414226
Binary110111111001011000111011100111000101100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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