#6A0315

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

Shades of Burgundy #6A0315

Tints of Burgundy #6A0315

Color information

#6A0315 (or 0x6A0315) is unknown color: approx Burgundy. HEX triplet: 6A, 03 and 15. RGB value is (106,3,21). Sum of RGB (Red+Green+Blue) = 106+3+21=130 (17% of max value = 765). Red value is 106 (41.80% from 255 or 81.54% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0315 is #95FCEA. Grayscale: #232323. Windows color (decimal): -9829611 or 1377130. OLE color: 1377130.

HSL color Cylindrical-coordinate representation of color #6A0315: hue angle of 349.51º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A0315 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB106321-
CMYK00.970.800.58
HSL349.51º94.5%21.37%-
HSV(B)349.51º97.17%41.57%-
XYZ6.113.181-
YUV35.85119.62178.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 81.54%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=81.54%
G=2.31%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10632100.970.800.58349.5194.521.37
Hex6A315061503A15e5e15
Octal15232501411207253613625
Binary11010101110101011000011010000111010101011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,3,21); }

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

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

 a { background-color: rgb(106,3,21); }

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

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

 span { border-color: rgb(106,3,21); }

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