#660525

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

Shades of Burgundy #660525

Tints of Burgundy #660525

Color information

#660525 (or 0x660525) is unknown color: approx Burgundy. HEX triplet: 66, 05 and 25. RGB value is (102,5,37). Sum of RGB (Red+Green+Blue) = 102+5+37=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #660525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660525 is #99FADA. Grayscale: #252525. Windows color (decimal): -10091227 or 2426214. OLE color: 2426214.

HSL color Cylindrical-coordinate representation of color #660525: hue angle of 340.21º 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 #660525 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB102537-
CMYK00.950.640.6
HSL340.21º90.65%20.98%-
HSV(B)340.21º95.1%40%-
XYZ5.873.072.03-
YUV37.65127.64173.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.83%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=70.83%
G=3.47%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10253700.950.640.6340.2190.6520.98
Hex6652505F403C1545b15
Octal14654501371007452413325
Binary1100110101100101010111111000000111100101010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660525; }

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

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

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

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

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

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

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

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