#6B0628

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

Shades of Burgundy #6B0628

Tints of Burgundy #6B0628

Color information

#6B0628 (or 0x6B0628) is unknown color: approx Burgundy. HEX triplet: 6B, 06 and 28. RGB value is (107,6,40). Sum of RGB (Red+Green+Blue) = 107+6+40=153 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.93% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0628 is #94F9D7. Grayscale: #282828. Windows color (decimal): -9763288 or 2623083. OLE color: 2623083.

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

Color convert

RGB107640-
CMYK00.940.630.58
HSL339.8º89.38%22.16%-
HSV(B)339.8º94.39%41.96%-
XYZ6.513.412.32-
YUV40.08127.96175.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.93%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=69.93%
G=3.92%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10764000.940.630.58339.889.3822.16
Hex6B62805E3F3A1545916
Octal1536500136777252413126
Binary110101111010100001011110111111111010101010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,6,40); }

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

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

 a { background-color: rgb(107,6,40); }

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

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

 span { border-color: rgb(107,6,40); }

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