#690304

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

Shades of Burgundy #690304

Tints of Burgundy #690304

Color information

#690304 (or 0x690304) is unknown color: approx Burgundy. HEX triplet: 69, 03 and 04. RGB value is (105,3,4). Sum of RGB (Red+Green+Blue) = 105+3+4=112 (14% of max value = 765). Red value is 105 (41.41% from 255 or 93.75% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 105 - color contains mainly: red. Hex color #690304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690304 is #96FCFB. Grayscale: #212121. Windows color (decimal): -9895164 or 263017. OLE color: 263017.

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

Color convert

RGB10534-
CMYK00.970.960.59
HSL359.41º94.44%21.18%-
HSV(B)359.41º97.14%41.18%-
XYZ5.883.080.4-
YUV33.61111.29178.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 93.75%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 4 (1.95% from 255) = 3.57%
R=93.75%
G=2.68%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1053400.970.960.59359.4194.4421.18
Hex6934061603B1675e15
Octal1513401411407354713625
Binary110100111100011000011100000111011101100111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690304; }

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

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

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

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

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

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

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

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