#690207

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

Shades of Burgundy #690207

Tints of Burgundy #690207

Color information

#690207 (or 0x690207) is unknown color: approx Burgundy. HEX triplet: 69, 02 and 07. RGB value is (105,2,7). Sum of RGB (Red+Green+Blue) = 105+2+7=114 (15% of max value = 765). Red value is 105 (41.41% from 255 or 92.11% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 105 - color contains mainly: red. Hex color #690207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690207 is #96FDF8. Grayscale: #212121. Windows color (decimal): -9895417 or 459369. OLE color: 459369.

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

Color convert

RGB10527-
CMYK00.980.930.59
HSL357.09º96.26%20.98%-
HSV(B)357.09º98.1%41.18%-
XYZ5.893.060.48-
YUV33.37113.12179.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 92.11%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=92.11%
G=1.75%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1052700.980.930.59357.0996.2620.98
Hex69270625D3B1656015
Octal1512701421357354514025
Binary110100110111011000101011101111011101100101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690207; }

 p { color: rgb(105,2,7); }

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

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

 a { background-color: rgb(105,2,7); }

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

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

 span { border-color: rgb(105,2,7); }

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