#6B0429

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

Shades of Burgundy #6B0429

Tints of Burgundy #6B0429

Color information

#6B0429 (or 0x6B0429) is unknown color: approx Burgundy. HEX triplet: 6B, 04 and 29. RGB value is (107,4,41). Sum of RGB (Red+Green+Blue) = 107+4+41=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0429 is #94FBD6. Grayscale: #262626. Windows color (decimal): -9763799 or 2688107. OLE color: 2688107.

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

Color convert

RGB107441-
CMYK00.960.620.58
HSL338.45º92.79%21.76%-
HSV(B)338.45º96.26%41.96%-
XYZ6.513.372.41-
YUV39.02129.12176.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 70.39%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=70.39%
G=2.63%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10744100.960.620.58338.4592.7921.76
Hex6B4290603E3A1525d16
Octal1534510140767252213526
Binary110101110010100101100000111110111010101010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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