#6F051B

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

Shades of Burgundy #6F051B

Tints of Burgundy #6F051B

Color information

#6F051B (or 0x6F051B) is unknown color: approx Burgundy. HEX triplet: 6F, 05 and 1B. RGB value is (111,5,27). Sum of RGB (Red+Green+Blue) = 111+5+27=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F051B is #90FAE4. Grayscale: #272727. Windows color (decimal): -9501413 or 1770863. OLE color: 1770863.

HSL color Cylindrical-coordinate representation of color #6F051B: hue angle of 347.55º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F051B is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB111527-
CMYK00.950.760.56
HSL347.55º91.38%22.75%-
HSV(B)347.55º95.5%43.53%-
XYZ6.813.571.37-
YUV39.2121.12179.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 77.62%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 27 (10.94% from 255) = 18.88%
R=77.62%
G=3.50%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11152700.950.760.56347.5591.3822.75
Hex6F51B05F4C3815c5b17
Octal15753301371147053413327
Binary110111110111011010111111001100111000101011100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,5,27); }

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

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

 a { background-color: rgb(111,5,27); }

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

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

 span { border-color: rgb(111,5,27); }

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