#6F0409

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

Shades of Burgundy #6F0409

Tints of Burgundy #6F0409

Color information

#6F0409 (or 0x6F0409) is unknown color: approx Burgundy. HEX triplet: 6F, 04 and 09. RGB value is (111,4,9). Sum of RGB (Red+Green+Blue) = 111+4+9=124 (16% of max value = 765). Red value is 111 (43.75% from 255 or 89.52% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0409 is #90FBF6. Grayscale: #242424. Windows color (decimal): -9501687 or 590959. OLE color: 590959.

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

Color convert

RGB11149-
CMYK00.960.920.56
HSL357.2º93.04%22.55%-
HSV(B)357.2º96.4%43.53%-
XYZ6.653.490.58-
YUV36.56112.45181.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 89.52%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 9 (3.91% from 255) = 7.26%
R=89.52%
G=3.23%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114900.960.920.56357.293.0422.55
Hex6F490605C381655d17
Octal15741101401347054513527
Binary11011111001001011000001011100111000101100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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