Html Css Color HEX #660500 Maroon

📋 copy color: '#660500'

red 102 ◦ green 5 ◦ blue 0

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

Shades of Maroon #660500

Tints of Maroon #660500

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 value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#660500 (or 0x660500) is known color: 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

RGB 102 5 0 -
CMYK 0 0.95 1 0.6
HSL 2.94º 1% 0.2% -
HSV(B) 2.94º 1% 0.4% -
XYZ 5.53 2.93 0.27 -
YUV 33.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 102 5 0 0 0.95 1 0.6 2.94 1 0.2
Hex 66 5 0 0 5F 64 3C 3 64 14
Octal 146 5 0 0 137 144 74 3 144 24
Binary 1100110 101 0 0 1011111 1100100 111100 11 1100100 10100

Color Harmonies of #660500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660500

Black with #660500

Text Example


Text Example

White with #660500

Text Example


Text Example

HTML Codes & Css Web 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>