#690522

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

Shades of Burgundy #690522

Tints of Burgundy #690522

Color information

#690522 (or 0x690522) is unknown color: approx Burgundy. HEX triplet: 69, 05 and 22. RGB value is (105,5,34). Sum of RGB (Red+Green+Blue) = 105+5+34=144 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.92% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 105 - color contains mainly: red. Hex color #690522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690522 is #96FADD. Grayscale: #262626. Windows color (decimal): -9894622 or 2229609. OLE color: 2229609.

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

Color convert

RGB105534-
CMYK00.950.680.59
HSL342.6º90.91%21.57%-
HSV(B)342.6º95.24%41.18%-
XYZ6.173.231.81-
YUV38.21125.63175.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 72.92%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 34 (13.67% from 255) = 23.61%
R=72.92%
G=3.47%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10553400.950.680.59342.690.9121.57
Hex6952205F443B1575b16
Octal15154201371047352713326
Binary1101001101100010010111111000100111011101010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690522; }

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

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

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

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

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

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

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

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