#660524

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

Shades of Burgundy #660524

Tints of Burgundy #660524

Color information

#660524 (or 0x660524) is unknown color: approx Burgundy. HEX triplet: 66, 05 and 24. RGB value is (102,5,36). Sum of RGB (Red+Green+Blue) = 102+5+36=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #660524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660524 is #99FADB. Grayscale: #252525. Windows color (decimal): -10091228 or 2360678. OLE color: 2360678.

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

Color convert

RGB102536-
CMYK00.950.650.6
HSL340.82º90.65%20.98%-
HSV(B)340.82º95.1%40%-
XYZ5.853.061.95-
YUV37.54127.14173.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.33%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=71.33%
G=3.50%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10253600.950.650.6340.8290.6520.98
Hex6652405F413C1555b15
Octal14654401371017452513325
Binary1100110101100100010111111000001111100101010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660524; }

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

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

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

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

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

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

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

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