#6A0223

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

Shades of Burgundy #6A0223

Tints of Burgundy #6A0223

Color information

#6A0223 (or 0x6A0223) is unknown color: approx Burgundy. HEX triplet: 6A, 02 and 23. RGB value is (106,2,35). Sum of RGB (Red+Green+Blue) = 106+2+35=143 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.13% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0223 is #95FDDC. Grayscale: #242424. Windows color (decimal): -9829853 or 2294378. OLE color: 2294378.

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

Color convert

RGB106235-
CMYK00.980.670.58
HSL340.96º96.3%21.18%-
HSV(B)340.96º98.11%41.57%-
XYZ6.273.231.88-
YUV36.86126.96177.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 74.13%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 35 (14.06% from 255) = 24.48%
R=74.13%
G=1.40%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10623500.980.670.58340.9696.321.18
Hex6A223062433A1556015
Octal15224301421037252514025
Binary110101010100011011000101000011111010101010101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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