#660521

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

Shades of Burgundy #660521

Tints of Burgundy #660521

Color information

#660521 (or 0x660521) is unknown color: approx Burgundy. HEX triplet: 66, 05 and 21. RGB value is (102,5,33). Sum of RGB (Red+Green+Blue) = 102+5+33=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #660521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660521 is #99FADE. Grayscale: #252525. Windows color (decimal): -10091231 or 2164070. OLE color: 2164070.

HSL color Cylindrical-coordinate representation of color #660521: hue angle of 342.68º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660521 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB102533-
CMYK00.950.680.6
HSL342.68º90.65%20.98%-
HSV(B)342.68º95.1%40%-
XYZ5.813.041.72-
YUV37.2125.64174.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.86%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=72.86%
G=3.57%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10253300.950.680.6342.6890.6520.98
Hex6652105F443C1575b15
Octal14654101371047452713325
Binary1100110101100001010111111000100111100101010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660521; }

 p { color: rgb(102,5,33); }

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

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

 a { background-color: rgb(102,5,33); }

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

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

 span { border-color: rgb(102,5,33); }

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