#6A0421

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

Shades of Burgundy #6A0421

Tints of Burgundy #6A0421

Color information

#6A0421 (or 0x6A0421) is unknown color: approx Burgundy. HEX triplet: 6A, 04 and 21. RGB value is (106,4,33). Sum of RGB (Red+Green+Blue) = 106+4+33=143 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.13% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0421 is #95FBDE. Grayscale: #252525. Windows color (decimal): -9829343 or 2163818. OLE color: 2163818.

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

Color convert

RGB106433-
CMYK00.960.690.58
HSL342.94º92.73%21.57%-
HSV(B)342.94º96.23%41.57%-
XYZ6.263.261.74-
YUV37.8125.29176.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 74.13%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=74.13%
G=2.80%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10643300.960.690.58342.9492.7321.57
Hex6A421060453A1575d16
Octal15244101401057252713526
Binary1101010100100001011000001000101111010101010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,4,33); }

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

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

 a { background-color: rgb(106,4,33); }

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

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

 span { border-color: rgb(106,4,33); }

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