#6f0016

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

Shades of Burgundy #6F0016

Tints of Burgundy #6F0016

Color information

#6F0016 (or 0x6F0016) is unknown color: approx Burgundy. HEX triplet: 6F, 00 and 16. RGB value is (111,0,22). Sum of RGB (Red+Green+Blue) = 111+0+22=133 (17% of max value = 765). Red value is 111 (43.75% from 255 or 83.46% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0016 is #90FFE9. Grayscale: #232323. Windows color (decimal): -9502698 or 1441903. OLE color: 1441903.

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

Color convert

RGB111022-
CMYK010.800.56
HSL348.11º100%21.76%-
HSV(B)348.11º100%43.53%-
XYZ6.73.441.07-
YUV35.7120.27181.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 83.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=83.46%
G=0%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111022010.800.56348.1110021.76
Hex6F016064503815c6416
Octal15702601441207053414426
Binary1101111010110011001001010000111000101011100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f0016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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