#6A031E

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

Shades of Burgundy #6A031E

Tints of Burgundy #6A031E

Color information

#6A031E (or 0x6A031E) is unknown color: approx Burgundy. HEX triplet: 6A, 03 and 1E. RGB value is (106,3,30). Sum of RGB (Red+Green+Blue) = 106+3+30=139 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.26% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 106 - color contains mainly: red. Hex color #6A031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A031E is #95FCE1. Grayscale: #242424. Windows color (decimal): -9829602 or 1966954. OLE color: 1966954.

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

Color convert

RGB106330-
CMYK00.970.720.58
HSL344.27º94.5%21.37%-
HSV(B)344.27º97.17%41.57%-
XYZ6.213.221.52-
YUV36.88124.12177.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 76.26%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=76.26%
G=2.16%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10633000.970.720.58344.2794.521.37
Hex6A31E061483A1585e15
Octal15233601411107253013625
Binary11010101111110011000011001000111010101011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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