#6F0514

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

Shades of Burgundy #6F0514

Tints of Burgundy #6F0514

Color information

#6F0514 (or 0x6F0514) is unknown color: approx Burgundy. HEX triplet: 6F, 05 and 14. RGB value is (111,5,20). Sum of RGB (Red+Green+Blue) = 111+5+20=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0514 is #90FAEB. Grayscale: #262626. Windows color (decimal): -9501420 or 1312111. OLE color: 1312111.

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

Color convert

RGB111520-
CMYK00.950.820.56
HSL351.51º91.38%22.75%-
HSV(B)351.51º95.5%43.53%-
XYZ6.743.540.99-
YUV38.4117.62179.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 81.62%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=81.62%
G=3.68%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11152000.950.820.56351.5191.3822.75
Hex6F51405F52381605b17
Octal15752401371227054013327
Binary110111110110100010111111010010111000101100000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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