#660325

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

Shades of Burgundy #660325

Tints of Burgundy #660325

Color information

#660325 (or 0x660325) is unknown color: approx Burgundy. HEX triplet: 66, 03 and 25. RGB value is (102,3,37). Sum of RGB (Red+Green+Blue) = 102+3+37=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #660325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660325 is #99FCDA. Grayscale: #242424. Windows color (decimal): -10091739 or 2425702. OLE color: 2425702.

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

Color convert

RGB102337-
CMYK00.970.640.6
HSL339.39º94.29%20.59%-
HSV(B)339.39º97.06%40%-
XYZ5.853.022.03-
YUV36.48128.3174.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.83%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=71.83%
G=2.11%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10233700.970.640.6339.3994.2920.59
Hex66325061403C1535e15
Octal14634501411007452313625
Binary110011011100101011000011000000111100101010011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660325; }

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

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

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

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

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

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

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

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