#6F0A14

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

Shades of Burgundy #6F0A14

Tints of Burgundy #6F0A14

Color information

#6F0A14 (or 0x6F0A14) is unknown color: approx Burgundy. HEX triplet: 6F, 0A and 14. RGB value is (111,10,20). Sum of RGB (Red+Green+Blue) = 111+10+20=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0A14 is #90F5EB. Grayscale: #292929. Windows color (decimal): -9500140 or 1313391. OLE color: 1313391.

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

Color convert

RGB1111020-
CMYK00.910.820.56
HSL354.06º83.47%23.73%-
HSV(B)354.06º90.99%43.53%-
XYZ6.793.651.01-
YUV41.34115.96177.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 78.72%
GREEN value IS 10 (4.30% from 255) = 7.09%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=78.72%
G=7.09%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111102000.910.820.56354.0683.4723.73
Hex6FA1405B52381625318
Octal157122401331227054212330
Binary1101111101010100010110111010010111000101100010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,10,20); }

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

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

 a { background-color: rgb(111,10,20); }

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

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

 span { border-color: rgb(111,10,20); }

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