Html Css Color HEX #660000 Maroon

📋 copy color: '#660000'

red 102 ◦ green 0 ◦ blue 0

#660000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #660000

Tints of Maroon #660000

RGB

 RED value IS 102 (40.23% from 255) = 100%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#660000 (or 0x660000) is known color: Maroon. HEX triplet: 66, 00 and 00. RGB value is (102,0,0). Sum of RGB (Red+Green+Blue) = 102+0+0=102 (13% of max value = 765). Red value is 102 (40.23% from 255 or 100% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 102 - color contains mainly: red. Hex color #660000 is a web safe color. Inversed color of #660000 is #99FFFF. Grayscale: #1E1E1E. Windows color (decimal): -10092544 or 102. OLE color: 102.

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

Color convert

RGB 102 0 0 -
CMYK 0 1 1 0.6
HSL 1% 0.2% -
HSV(B) 1% 0.4% -
XYZ 5.48 2.82 0.26 -
YUV 30.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 102 0 0 0 1 1 0.6 0 1 0.2
Hex 66 0 0 0 64 64 3C 0 64 14
Octal 146 0 0 0 144 144 74 0 144 24
Binary 1100110 0 0 0 1100100 1100100 111100 0 1100100 10100

Color Harmonies of #660000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660000

Black with #660000

Text Example


Text Example

White with #660000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660000; }

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

 H1.HeaderClassName
 {
   color: #660000;
 }
 .AnyTagClassName
 {
   color: #660000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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