#690211

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

Shades of Burgundy #690211

Tints of Burgundy #690211

Color information

#690211 (or 0x690211) is unknown color: approx Burgundy. HEX triplet: 69, 02 and 11. RGB value is (105,2,17). Sum of RGB (Red+Green+Blue) = 105+2+17=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #690211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690211 is #96FDEE. Grayscale: #222222. Windows color (decimal): -9895407 or 1114729. OLE color: 1114729.

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

Color convert

RGB105217-
CMYK00.980.840.59
HSL351.26º96.26%20.98%-
HSV(B)351.26º98.1%41.18%-
XYZ5.953.090.81-
YUV34.51118.12178.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 84.68%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=84.68%
G=1.61%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10521700.980.840.59351.2696.2620.98
Hex69211062543B15f6015
Octal15122101421247353714025
Binary11010011010001011000101010100111011101011111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690211; }

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

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

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

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

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

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

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

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