#690306

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

Shades of Burgundy #690306

Tints of Burgundy #690306

Color information

#690306 (or 0x690306) is unknown color: approx Burgundy. HEX triplet: 69, 03 and 06. RGB value is (105,3,6). Sum of RGB (Red+Green+Blue) = 105+3+6=114 (15% of max value = 765). Red value is 105 (41.41% from 255 or 92.11% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 105 - color contains mainly: red. Hex color #690306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690306 is #96FCF9. Grayscale: #212121. Windows color (decimal): -9895162 or 394089. OLE color: 394089.

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

Color convert

RGB10536-
CMYK00.970.940.59
HSL358.24º94.44%21.18%-
HSV(B)358.24º97.14%41.18%-
XYZ5.893.080.46-
YUV33.84112.29178.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 92.11%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 6 (2.73% from 255) = 5.26%
R=92.11%
G=2.63%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1053600.970.940.59358.2494.4421.18
Hex69360615E3B1665e15
Octal1513601411367354613625
Binary110100111110011000011011110111011101100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690306; }

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

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

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

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

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

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

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

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