#660025

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

Shades of Burgundy #660025

Tints of Burgundy #660025

Color information

#660025 (or 0x660025) is unknown color: approx Burgundy. HEX triplet: 66, 00 and 25. RGB value is (102,0,37). Sum of RGB (Red+Green+Blue) = 102+0+37=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #660025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660025 is #99FFDA. Grayscale: #222222. Windows color (decimal): -10092507 or 2424934. OLE color: 2424934.

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

Color convert

RGB102037-
CMYK010.640.6
HSL338.24º100%20%-
HSV(B)338.24º100%40%-
XYZ5.812.962.01-
YUV34.72129.29175.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=73.38%
G=0%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102037010.640.6338.2410020
Hex66025064403C1526414
Octal14604501441007452214424
Binary11001100100101011001001000000111100101010010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660025; }

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

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

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

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

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

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

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

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