#6B0518

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

Shades of Burgundy #6B0518

Tints of Burgundy #6B0518

Color information

#6B0518 (or 0x6B0518) is unknown color: approx Burgundy. HEX triplet: 6B, 05 and 18. RGB value is (107,5,24). Sum of RGB (Red+Green+Blue) = 107+5+24=136 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.68% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0518 is #94FAE7. Grayscale: #252525. Windows color (decimal): -9763560 or 1574251. OLE color: 1574251.

HSL color Cylindrical-coordinate representation of color #6B0518: hue angle of 348.82º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0518 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB107524-
CMYK00.950.780.58
HSL348.82º91.07%21.96%-
HSV(B)348.82º95.33%41.96%-
XYZ6.283.31.17-
YUV37.66120.29177.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 78.68%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=78.68%
G=3.68%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10752400.950.780.58348.8291.0721.96
Hex6B51805F4E3A15d5b16
Octal15353001371167253513326
Binary110101110111000010111111001110111010101011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,5,24); }

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

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

 a { background-color: rgb(107,5,24); }

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

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

 span { border-color: rgb(107,5,24); }

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