#690421

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

Shades of Burgundy #690421

Tints of Burgundy #690421

Color information

#690421 (or 0x690421) is unknown color: approx Burgundy. HEX triplet: 69, 04 and 21. RGB value is (105,4,33). Sum of RGB (Red+Green+Blue) = 105+4+33=142 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.94% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 105 - color contains mainly: red. Hex color #690421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690421 is #96FBDE. Grayscale: #252525. Windows color (decimal): -9894879 or 2163817. OLE color: 2163817.

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

Color convert

RGB105433-
CMYK00.960.690.59
HSL342.77º92.66%21.37%-
HSV(B)342.77º96.19%41.18%-
XYZ6.143.21.73-
YUV37.51125.46176.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 73.94%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=73.94%
G=2.82%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10543300.960.690.59342.7792.6621.37
Hex69421060453B1575d15
Octal15144101401057352713525
Binary1101001100100001011000001000101111011101010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690421; }

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

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

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

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

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

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

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

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