#690221

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

Shades of Burgundy #690221

Tints of Burgundy #690221

Color information

#690221 (or 0x690221) is unknown color: approx Burgundy. HEX triplet: 69, 02 and 21. RGB value is (105,2,33). Sum of RGB (Red+Green+Blue) = 105+2+33=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #690221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690221 is #96FDDE. Grayscale: #242424. Windows color (decimal): -9895391 or 2163305. OLE color: 2163305.

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

Color convert

RGB105233-
CMYK00.980.690.59
HSL341.94º96.26%20.98%-
HSV(B)341.94º98.1%41.18%-
XYZ6.123.161.73-
YUV36.33126.12176.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=75%
G=1.43%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10523300.980.690.59341.9496.2620.98
Hex69221062453B1566015
Octal15124101421057352614025
Binary110100110100001011000101000101111011101010110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690221; }

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

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

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

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

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

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

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

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