#6F0309

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

Shades of Burgundy #6F0309

Tints of Burgundy #6F0309

Color information

#6F0309 (or 0x6F0309) is unknown color: approx Burgundy. HEX triplet: 6F, 03 and 09. RGB value is (111,3,9). Sum of RGB (Red+Green+Blue) = 111+3+9=123 (16% of max value = 765). Red value is 111 (43.75% from 255 or 90.24% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0309 is #90FCF6. Grayscale: #242424. Windows color (decimal): -9501943 or 590703. OLE color: 590703.

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

Color convert

RGB11139-
CMYK00.970.920.56
HSL356.67º94.74%22.35%-
HSV(B)356.67º97.3%43.53%-
XYZ6.643.460.58-
YUV35.98112.78181.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 90.24%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=90.24%
G=2.44%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113900.970.920.56356.6794.7422.35
Hex6F390615C381655f16
Octal15731101411347054513726
Binary1101111111001011000011011100111000101100101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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