#6F011A

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

Shades of Burgundy #6F011A

Tints of Burgundy #6F011A

Color information

#6F011A (or 0x6F011A) is unknown color: approx Burgundy. HEX triplet: 6F, 01 and 1A. RGB value is (111,1,26). Sum of RGB (Red+Green+Blue) = 111+1+26=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F011A is #90FEE5. Grayscale: #242424. Windows color (decimal): -9502438 or 1704303. OLE color: 1704303.

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

Color convert

RGB111126-
CMYK00.990.770.56
HSL346.36º98.21%21.96%-
HSV(B)346.36º99.1%43.53%-
XYZ6.753.481.29-
YUV36.74121.94180.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 80.43%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=80.43%
G=0.72%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11112600.990.770.56346.3698.2121.96
Hex6F11A0634D3815a6216
Octal15713201431157053214226
Binary1101111111010011000111001101111000101011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,1,26); }

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

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

 a { background-color: rgb(111,1,26); }

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

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

 span { border-color: rgb(111,1,26); }

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