#690021

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

Shades of Burgundy #690021

Tints of Burgundy #690021

Color information

#690021 (or 0x690021) is unknown color: approx Burgundy. HEX triplet: 69, 00 and 21. RGB value is (105,0,33). Sum of RGB (Red+Green+Blue) = 105+0+33=138 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.09% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 105 - color contains mainly: red. Hex color #690021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690021 is #96FFDE. Grayscale: #232323. Windows color (decimal): -9895903 or 2162793. OLE color: 2162793.

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

Color convert

RGB105033-
CMYK010.690.59
HSL341.14º100%20.59%-
HSV(B)341.14º100%41.18%-
XYZ6.13.111.72-
YUV35.16126.79177.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 76.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=76.09%
G=0%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105033010.690.59341.1410020.59
Hex69021064453B1556415
Octal15104101441057352514425
Binary11010010100001011001001000101111011101010101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690021; }

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

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

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

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

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

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

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

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