#6F0113

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

Shades of Burgundy #6F0113

Tints of Burgundy #6F0113

Color information

#6F0113 (or 0x6F0113) is unknown color: approx Burgundy. HEX triplet: 6F, 01 and 13. RGB value is (111,1,19). Sum of RGB (Red+Green+Blue) = 111+1+19=131 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.73% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0113 is #90FEEC. Grayscale: #232323. Windows color (decimal): -9502445 or 1245551. OLE color: 1245551.

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

Color convert

RGB111119-
CMYK00.990.830.56
HSL350.18º98.21%21.96%-
HSV(B)350.18º99.1%43.53%-
XYZ6.683.450.93-
YUV35.94118.44181.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 84.73%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=84.73%
G=0.76%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11111900.990.830.56350.1898.2121.96
Hex6F113063533815e6216
Octal15712301431237053614226
Binary1101111110011011000111010011111000101011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,1,19); }

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

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

 a { background-color: rgb(111,1,19); }

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

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

 span { border-color: rgb(111,1,19); }

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