#6A0224

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

Shades of Burgundy #6A0224

Tints of Burgundy #6A0224

Color information

#6A0224 (or 0x6A0224) is unknown color: approx Burgundy. HEX triplet: 6A, 02 and 24. RGB value is (106,2,36). Sum of RGB (Red+Green+Blue) = 106+2+36=144 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.61% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0224 is #95FDDB. Grayscale: #242424. Windows color (decimal): -9829852 or 2359914. OLE color: 2359914.

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

Color convert

RGB106236-
CMYK00.980.660.58
HSL340.38º96.3%21.18%-
HSV(B)340.38º98.11%41.57%-
XYZ6.283.231.96-
YUV36.97127.46177.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 73.61%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 36 (14.45% from 255) = 25%
R=73.61%
G=1.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10623600.980.660.58340.3896.321.18
Hex6A224062423A1546015
Octal15224401421027252414025
Binary110101010100100011000101000010111010101010100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,2,36); }

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

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

 a { background-color: rgb(106,2,36); }

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

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

 span { border-color: rgb(106,2,36); }

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