#690322

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

Shades of Burgundy #690322

Tints of Burgundy #690322

Color information

#690322 (or 0x690322) is unknown color: approx Burgundy. HEX triplet: 69, 03 and 22. RGB value is (105,3,34). Sum of RGB (Red+Green+Blue) = 105+3+34=142 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.94% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 105 - color contains mainly: red. Hex color #690322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690322 is #96FCDD. Grayscale: #252525. Windows color (decimal): -9895134 or 2229097. OLE color: 2229097.

HSL color Cylindrical-coordinate representation of color #690322: hue angle of 341.76º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690322 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB105334-
CMYK00.970.680.59
HSL341.76º94.44%21.18%-
HSV(B)341.76º97.14%41.18%-
XYZ6.153.181.8-
YUV37.03126.29176.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 73.94%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=73.94%
G=2.11%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10533400.970.680.59341.7694.4421.18
Hex69322061443B1565e15
Octal15134201411047352613625
Binary110100111100010011000011000100111011101010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690322; }

 p { color: rgb(105,3,34); }

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

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

 a { background-color: rgb(105,3,34); }

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

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

 span { border-color: rgb(105,3,34); }

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