#6B0326

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

Shades of Burgundy #6B0326

Tints of Burgundy #6B0326

Color information

#6B0326 (or 0x6B0326) is unknown color: approx Burgundy. HEX triplet: 6B, 03 and 26. RGB value is (107,3,38). Sum of RGB (Red+Green+Blue) = 107+3+38=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0326 is #94FCD9. Grayscale: #262626. Windows color (decimal): -9764058 or 2491243. OLE color: 2491243.

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

Color convert

RGB107338-
CMYK00.970.640.58
HSL339.81º94.55%21.57%-
HSV(B)339.81º97.2%41.96%-
XYZ6.453.332.14-
YUV38.09127.96177.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 72.30%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=72.30%
G=2.03%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10733800.970.640.58339.8194.5521.57
Hex6B326061403A1545f16
Octal15334601411007252413726
Binary110101111100110011000011000000111010101010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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