#690213

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

Shades of Burgundy #690213

Tints of Burgundy #690213

Color information

#690213 (or 0x690213) is unknown color: approx Burgundy. HEX triplet: 69, 02 and 13. RGB value is (105,2,19). Sum of RGB (Red+Green+Blue) = 105+2+19=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #690213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690213 is #96FDEC. Grayscale: #222222. Windows color (decimal): -9895405 or 1245801. OLE color: 1245801.

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

Color convert

RGB105219-
CMYK00.980.820.59
HSL350.1º96.26%20.98%-
HSV(B)350.1º98.1%41.18%-
XYZ5.963.090.9-
YUV34.74119.12178.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 83.33%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=83.33%
G=1.59%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10521900.980.820.59350.196.2620.98
Hex69213062523B15e6015
Octal15122301421227353614025
Binary11010011010011011000101010010111011101011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690213; }

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

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

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

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

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

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

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

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