#6F0219

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

Shades of Burgundy #6F0219

Tints of Burgundy #6F0219

Color information

#6F0219 (or 0x6F0219) is unknown color: approx Burgundy. HEX triplet: 6F, 02 and 19. RGB value is (111,2,25). Sum of RGB (Red+Green+Blue) = 111+2+25=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0219 is #90FDE6. Grayscale: #252525. Windows color (decimal): -9502183 or 1639023. OLE color: 1639023.

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

Color convert

RGB111225-
CMYK00.980.770.56
HSL347.34º96.46%22.16%-
HSV(B)347.34º98.2%43.53%-
XYZ6.753.491.24-
YUV37.21121.11180.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 80.43%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=80.43%
G=1.45%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11122500.980.770.56347.3496.4622.16
Hex6F2190624D3815b6016
Octal15723101421157053314026
Binary11011111011001011000101001101111000101011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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