#6A082A

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

Shades of Burgundy #6A082A

Tints of Burgundy #6A082A

Color information

#6A082A (or 0x6A082A) is unknown color: approx Burgundy. HEX triplet: 6A, 08 and 2A. RGB value is (106,8,42). Sum of RGB (Red+Green+Blue) = 106+8+42=156 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.95% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 106 - color contains mainly: red. Hex color #6A082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A082A is #95F7D5. Grayscale: #292929. Windows color (decimal): -9828310 or 2754666. OLE color: 2754666.

HSL color Cylindrical-coordinate representation of color #6A082A: hue angle of 339.18º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A082A is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB106842-
CMYK00.920.600.58
HSL339.18º85.96%22.35%-
HSV(B)339.18º92.45%41.57%-
XYZ6.453.412.51-
YUV41.18128.47174.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.95%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=67.95%
G=5.13%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10684200.920.600.58339.1885.9622.35
Hex6A82A05C3C3A1535616
Octal15210520134747252312626
Binary1101010100010101001011100111100111010101010011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,8,42); }

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

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

 a { background-color: rgb(106,8,42); }

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

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

 span { border-color: rgb(106,8,42); }

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