#6A0228

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

Shades of Burgundy #6A0228

Tints of Burgundy #6A0228

Color information

#6A0228 (or 0x6A0228) is unknown color: approx Burgundy. HEX triplet: 6A, 02 and 28. RGB value is (106,2,40). Sum of RGB (Red+Green+Blue) = 106+2+40=148 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.62% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0228 is #95FDD7. Grayscale: #252525. Windows color (decimal): -9829848 or 2622058. OLE color: 2622058.

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

Color convert

RGB106240-
CMYK00.980.620.58
HSL338.08º96.3%21.18%-
HSV(B)338.08º98.11%41.57%-
XYZ6.353.262.3-
YUV37.43129.46176.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 71.62%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=71.62%
G=1.35%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10624000.980.620.58338.0896.321.18
Hex6A2280623E3A1526015
Octal1522500142767252214025
Binary11010101010100001100010111110111010101010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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