#690216

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

Shades of Burgundy #690216

Tints of Burgundy #690216

Color information

#690216 (or 0x690216) is unknown color: approx Burgundy. HEX triplet: 69, 02 and 16. RGB value is (105,2,22). Sum of RGB (Red+Green+Blue) = 105+2+22=129 (17% of max value = 765). Red value is 105 (41.41% from 255 or 81.40% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 105 - color contains mainly: red. Hex color #690216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690216 is #96FDE9. Grayscale: #232323. Windows color (decimal): -9895402 or 1442409. OLE color: 1442409.

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

Color convert

RGB105222-
CMYK00.980.790.59
HSL348.35º96.26%20.98%-
HSV(B)348.35º98.1%41.18%-
XYZ5.993.11.04-
YUV35.08120.62177.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 81.40%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=81.40%
G=1.55%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10522200.980.790.59348.3596.2620.98
Hex692160624F3B15c6015
Octal15122601421177353414025
Binary11010011010110011000101001111111011101011100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690216; }

 p { color: rgb(105,2,22); }

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

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

 a { background-color: rgb(105,2,22); }

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

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

 span { border-color: rgb(105,2,22); }

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