#6F0029

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

Shades of Burgundy #6F0029

Tints of Burgundy #6F0029

Color information

#6F0029 (or 0x6F0029) is unknown color: approx Burgundy. HEX triplet: 6F, 00 and 29. RGB value is (111,0,41). Sum of RGB (Red+Green+Blue) = 111+0+41=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0029 is #90FFD6. Grayscale: #252525. Windows color (decimal): -9502679 or 2687087. OLE color: 2687087.

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

Color convert

RGB111041-
CMYK010.630.56
HSL337.84º100%21.76%-
HSV(B)337.84º100%43.53%-
XYZ6.963.542.41-
YUV37.86129.77180.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=73.03%
G=0%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111041010.630.56337.8410021.76
Hex6F0290643F381526416
Octal1570510144777052214426
Binary1101111010100101100100111111111000101010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,0,41); }

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

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

 a { background-color: rgb(111,0,41); }

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

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

 span { border-color: rgb(111,0,41); }

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