#690721

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

Shades of Burgundy #690721

Tints of Burgundy #690721

Color information

#690721 (or 0x690721) is unknown color: approx Burgundy. HEX triplet: 69, 07 and 21. RGB value is (105,7,33). Sum of RGB (Red+Green+Blue) = 105+7+33=145 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.41% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 105 - color contains mainly: red. Hex color #690721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690721 is #96F8DE. Grayscale: #272727. Windows color (decimal): -9894111 or 2164585. OLE color: 2164585.

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

Color convert

RGB105733-
CMYK00.930.690.59
HSL344.08º87.5%21.96%-
HSV(B)344.08º93.33%41.18%-
XYZ6.183.271.74-
YUV39.27124.47174.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 72.41%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=72.41%
G=4.83%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10573300.930.690.59344.0887.521.96
Hex6972105D453B1585816
Octal15174101351057353013026
Binary1101001111100001010111011000101111011101011000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690721; }

 p { color: rgb(105,7,33); }

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

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

 a { background-color: rgb(105,7,33); }

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

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

 span { border-color: rgb(105,7,33); }

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