#690613

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

Shades of Burgundy #690613

Tints of Burgundy #690613

Color information

#690613 (or 0x690613) is unknown color: approx Burgundy. HEX triplet: 69, 06 and 13. RGB value is (105,6,19). Sum of RGB (Red+Green+Blue) = 105+6+19=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #690613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690613 is #96F9EC. Grayscale: #252525. Windows color (decimal): -9894381 or 1246825. OLE color: 1246825.

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

Color convert

RGB105619-
CMYK00.940.820.59
HSL352.12º89.19%21.76%-
HSV(B)352.12º94.29%41.18%-
XYZ6.013.180.91-
YUV37.08117.8176.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 80.77%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 19 (7.81% from 255) = 14.62%
R=80.77%
G=4.62%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10561900.940.820.59352.1289.1921.76
Hex6961305E523B1605916
Octal15162301361227354013126
Binary110100111010011010111101010010111011101100000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690613; }

 p { color: rgb(105,6,19); }

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

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

 a { background-color: rgb(105,6,19); }

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

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

 span { border-color: rgb(105,6,19); }

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