#6F0516

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

Shades of Burgundy #6F0516

Tints of Burgundy #6F0516

Color information

#6F0516 (or 0x6F0516) is unknown color: approx Burgundy. HEX triplet: 6F, 05 and 16. RGB value is (111,5,22). Sum of RGB (Red+Green+Blue) = 111+5+22=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0516 is #90FAE9. Grayscale: #262626. Windows color (decimal): -9501418 or 1443183. OLE color: 1443183.

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

Color convert

RGB111522-
CMYK00.950.800.56
HSL350.38º91.38%22.75%-
HSV(B)350.38º95.5%43.53%-
XYZ6.753.551.09-
YUV38.63118.62179.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 80.43%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=80.43%
G=3.62%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11152200.950.800.56350.3891.3822.75
Hex6F51605F503815e5b17
Octal15752601371207053613327
Binary110111110110110010111111010000111000101011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,5,22); }

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

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

 a { background-color: rgb(111,5,22); }

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

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

 span { border-color: rgb(111,5,22); }

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