#6F0A19

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

Shades of Burgundy #6F0A19

Tints of Burgundy #6F0A19

Color information

#6F0A19 (or 0x6F0A19) is unknown color: approx Burgundy. HEX triplet: 6F, 0A and 19. RGB value is (111,10,25). Sum of RGB (Red+Green+Blue) = 111+10+25=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0A19 is #90F5E6. Grayscale: #292929. Windows color (decimal): -9500135 or 1641071. OLE color: 1641071.

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

Color convert

RGB1111025-
CMYK00.910.770.56
HSL351.09º83.47%23.73%-
HSV(B)351.09º90.99%43.53%-
XYZ6.843.671.27-
YUV41.91118.46177.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 76.03%
GREEN value IS 10 (4.30% from 255) = 6.85%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=76.03%
G=6.85%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111102500.910.770.56351.0983.4723.73
Hex6FA1905B4D3815f5318
Octal157123101331157053712330
Binary1101111101011001010110111001101111000101011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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