#6F0207

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

Shades of Burgundy #6F0207

Tints of Burgundy #6F0207

Color information

#6F0207 (or 0x6F0207) is unknown color: approx Burgundy. HEX triplet: 6F, 02 and 07. RGB value is (111,2,7). Sum of RGB (Red+Green+Blue) = 111+2+7=120 (15% of max value = 765). Red value is 111 (43.75% from 255 or 92.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0207 is #90FDF8. Grayscale: #232323. Windows color (decimal): -9502201 or 459375. OLE color: 459375.

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

Color convert

RGB11127-
CMYK00.980.940.56
HSL357.25º96.46%22.16%-
HSV(B)357.25º98.2%43.53%-
XYZ6.623.440.52-
YUV35.16112.11182.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 92.5%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 7 (3.12% from 255) = 5.83%
R=92.5%
G=1.67%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112700.980.940.56357.2596.4622.16
Hex6F270625E381656016
Octal1572701421367054514026
Binary110111110111011000101011110111000101100101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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