#6B0522

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

Shades of Burgundy #6B0522

Tints of Burgundy #6B0522

Color information

#6B0522 (or 0x6B0522) is unknown color: approx Burgundy. HEX triplet: 6B, 05 and 22. RGB value is (107,5,34). Sum of RGB (Red+Green+Blue) = 107+5+34=146 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.29% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0522 is #94FADD. Grayscale: #262626. Windows color (decimal): -9763550 or 2229611. OLE color: 2229611.

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

Color convert

RGB107534-
CMYK00.950.680.58
HSL342.94º91.07%21.96%-
HSV(B)342.94º95.33%41.96%-
XYZ6.413.351.82-
YUV38.8125.29176.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 73.29%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 34 (13.67% from 255) = 23.29%
R=73.29%
G=3.42%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10753400.950.680.58342.9491.0721.96
Hex6B52205F443A1575b16
Octal15354201371047252713326
Binary1101011101100010010111111000100111010101010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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