#690314

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

Shades of Burgundy #690314

Tints of Burgundy #690314

Color information

#690314 (or 0x690314) is unknown color: approx Burgundy. HEX triplet: 69, 03 and 14. RGB value is (105,3,20). Sum of RGB (Red+Green+Blue) = 105+3+20=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #690314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690314 is #96FCEB. Grayscale: #232323. Windows color (decimal): -9895148 or 1311593. OLE color: 1311593.

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

Color convert

RGB105320-
CMYK00.970.810.59
HSL350º94.44%21.18%-
HSV(B)350º97.14%41.18%-
XYZ5.983.120.95-
YUV35.44119.29177.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 82.03%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=82.03%
G=2.34%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10532000.970.810.5935094.4421.18
Hex69314061513B15e5e15
Octal15132401411217353613625
Binary11010011110100011000011010001111011101011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690314; }

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

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

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

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

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

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

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

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