#690410

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

Shades of Burgundy #690410

Tints of Burgundy #690410

Color information

#690410 (or 0x690410) is unknown color: approx Burgundy. HEX triplet: 69, 04 and 10. RGB value is (105,4,16). Sum of RGB (Red+Green+Blue) = 105+4+16=125 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 105 - color contains mainly: red. Hex color #690410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690410 is #96FBEF. Grayscale: #232323. Windows color (decimal): -9894896 or 1049705. OLE color: 1049705.

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

Color convert

RGB105416-
CMYK00.960.850.59
HSL352.87º92.66%21.37%-
HSV(B)352.87º96.19%41.18%-
XYZ5.963.130.78-
YUV35.57116.96177.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 84%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=84%
G=3.2%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10541600.960.850.59352.8792.6621.37
Hex69410060553B1615d15
Octal15142001401257354113525
Binary110100110010000011000001010101111011101100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690410; }

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

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

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

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

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

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

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

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