#660500

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

Shades of Maroon #660500

Tints of Maroon #660500

Color information

#660500 (or 0x660500) is unknown color: approx Maroon. HEX triplet: 66, 05 and 00. RGB value is (102,5,0). Sum of RGB (Red+Green+Blue) = 102+5+0=107 (14% of max value = 765). Red value is 102 (40.23% from 255 or 95.33% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 102 - color contains mainly: red. Hex color #660500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660500 is #99FAFF. Grayscale: #212121. Windows color (decimal): -10091264 or 1382. OLE color: 1382.

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

Color convert

RGB10250-
CMYK00.9510.6
HSL2.94º100%20%-
HSV(B)2.94º100%40%-
XYZ5.532.930.27-
YUV33.43109.14176.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 95.33%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.33%
G=4.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1025000.9510.62.9410020
Hex665005F643C36414
Octal14650013714474314424
Binary1100110101001011111110010011110011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660500; }

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

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

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

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

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

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

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

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