#690615

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

Shades of Burgundy #690615

Tints of Burgundy #690615

Color information

#690615 (or 0x690615) is unknown color: approx Burgundy. HEX triplet: 69, 06 and 15. RGB value is (105,6,21). Sum of RGB (Red+Green+Blue) = 105+6+21=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #690615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690615 is #96F9EA. Grayscale: #252525. Windows color (decimal): -9894379 or 1377897. OLE color: 1377897.

HSL color Cylindrical-coordinate representation of color #690615: hue angle of 350.91º 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 #690615 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB105621-
CMYK00.940.800.59
HSL350.91º89.19%21.76%-
HSV(B)350.91º94.29%41.18%-
XYZ6.033.191.01-
YUV37.31118.8176.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 79.55%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=79.55%
G=4.55%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10562100.940.800.59350.9189.1921.76
Hex6961505E503B15f5916
Octal15162501361207353713126
Binary110100111010101010111101010000111011101011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690615; }

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

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

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

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

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

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

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

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