#6B042A

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

Shades of Burgundy #6B042A

Tints of Burgundy #6B042A

Color information

#6B042A (or 0x6B042A) is unknown color: approx Burgundy. HEX triplet: 6B, 04 and 2A. RGB value is (107,4,42). Sum of RGB (Red+Green+Blue) = 107+4+42=153 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.93% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 107 - color contains mainly: red. Hex color #6B042A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B042A is #94FBD5. Grayscale: #272727. Windows color (decimal): -9763798 or 2753643. OLE color: 2753643.

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

Color convert

RGB107442-
CMYK00.960.610.58
HSL337.86º92.79%21.76%-
HSV(B)337.86º96.26%41.96%-
XYZ6.523.382.5-
YUV39.13129.62176.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.93%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=69.93%
G=2.61%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10744200.960.610.58337.8692.7921.76
Hex6B42A0603D3A1525d16
Octal1534520140757252213526
Binary110101110010101001100000111101111010101010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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