#6B0420

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

Shades of Burgundy #6B0420

Tints of Burgundy #6B0420

Color information

#6B0420 (or 0x6B0420) is unknown color: approx Burgundy. HEX triplet: 6B, 04 and 20. RGB value is (107,4,32). Sum of RGB (Red+Green+Blue) = 107+4+32=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0420 is #94FBDF. Grayscale: #252525. Windows color (decimal): -9763808 or 2098283. OLE color: 2098283.

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

Color convert

RGB107432-
CMYK00.960.700.58
HSL343.69º92.79%21.76%-
HSV(B)343.69º96.26%41.96%-
XYZ6.373.321.67-
YUV37.99124.62177.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 74.83%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=74.83%
G=2.80%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10743200.960.700.58343.6992.7921.76
Hex6B420060463A1585d16
Octal15344001401067253013526
Binary1101011100100000011000001000110111010101011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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