#6F0307

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

Shades of Burgundy #6F0307

Tints of Burgundy #6F0307

Color information

#6F0307 (or 0x6F0307) is unknown color: approx Burgundy. HEX triplet: 6F, 03 and 07. RGB value is (111,3,7). Sum of RGB (Red+Green+Blue) = 111+3+7=121 (16% of max value = 765). Red value is 111 (43.75% from 255 or 91.74% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0307 is #90FCF8. Grayscale: #232323. Windows color (decimal): -9501945 or 459631. OLE color: 459631.

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

Color convert

RGB11137-
CMYK00.970.940.56
HSL357.78º94.74%22.35%-
HSV(B)357.78º97.3%43.53%-
XYZ6.633.460.52-
YUV35.75111.78181.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 91.74%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 7 (3.12% from 255) = 5.79%
R=91.74%
G=2.48%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113700.970.940.56357.7894.7422.35
Hex6F370615E381665f16
Octal1573701411367054613726
Binary110111111111011000011011110111000101100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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