#6B0426

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

Shades of Burgundy #6B0426

Tints of Burgundy #6B0426

Color information

#6B0426 (or 0x6B0426) is unknown color: approx Burgundy. HEX triplet: 6B, 04 and 26. RGB value is (107,4,38). Sum of RGB (Red+Green+Blue) = 107+4+38=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0426 is #94FBD9. Grayscale: #262626. Windows color (decimal): -9763802 or 2491499. OLE color: 2491499.

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

Color convert

RGB107438-
CMYK00.960.640.58
HSL340.19º92.79%21.76%-
HSV(B)340.19º96.26%41.96%-
XYZ6.463.352.14-
YUV38.67127.62176.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 71.81%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=71.81%
G=2.68%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10743800.960.640.58340.1992.7921.76
Hex6B426060403A1545d16
Octal15344601401007252413526
Binary1101011100100110011000001000000111010101010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,4,38); }

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

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

 a { background-color: rgb(107,4,38); }

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

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

 span { border-color: rgb(107,4,38); }

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