#690419

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

Shades of Burgundy #690419

Tints of Burgundy #690419

Color information

#690419 (or 0x690419) is unknown color: approx Burgundy. HEX triplet: 69, 04 and 19. RGB value is (105,4,25). Sum of RGB (Red+Green+Blue) = 105+4+25=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #690419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690419 is #96FBE6. Grayscale: #242424. Windows color (decimal): -9894887 or 1639529. OLE color: 1639529.

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

Color convert

RGB105425-
CMYK00.960.760.59
HSL347.52º92.66%21.37%-
HSV(B)347.52º96.19%41.18%-
XYZ6.043.161.21-
YUV36.59121.46176.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.36%
GREEN value IS 4 (1.95% from 255) = 2.99%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=78.36%
G=2.99%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10542500.960.760.59347.5292.6621.37
Hex694190604C3B15c5d15
Octal15143101401147353413525
Binary110100110011001011000001001100111011101011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690419; }

 p { color: rgb(105,4,25); }

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

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

 a { background-color: rgb(105,4,25); }

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

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

 span { border-color: rgb(105,4,25); }

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