#690118

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

Shades of Burgundy #690118

Tints of Burgundy #690118

Color information

#690118 (or 0x690118) is unknown color: approx Burgundy. HEX triplet: 69, 01 and 18. RGB value is (105,1,24). Sum of RGB (Red+Green+Blue) = 105+1+24=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #690118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690118 is #96FEE7. Grayscale: #222222. Windows color (decimal): -9895656 or 1573225. OLE color: 1573225.

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

Color convert

RGB105124-
CMYK00.990.770.59
HSL346.73º98.11%20.78%-
HSV(B)346.73º99.05%41.18%-
XYZ63.091.14-
YUV34.72121.96178.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 80.77%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=80.77%
G=0.77%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10512400.990.770.59346.7398.1120.78
Hex691180634D3B15b6215
Octal15113001431157353314225
Binary1101001111000011000111001101111011101011011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690118; }

 p { color: rgb(105,1,24); }

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

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

 a { background-color: rgb(105,1,24); }

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

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

 span { border-color: rgb(105,1,24); }

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