Html Css Color HEX #660701 Maroon

📋 copy color: '#660701'

red 102 ◦ green 7 ◦ blue 1

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

Shades of Maroon #660701

Tints of Maroon #660701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.36%

 BLUE value IS 1 (0.78% from 255) = 0.91%

R = 92.73%
G = 6.36%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#660701 (or 0x660701) is known color: Maroon. HEX triplet: 66, 07 and 01. RGB value is (102,7,1). Sum of RGB (Red+Green+Blue) = 102+7+1=110 (14% of max value = 765). Red value is 102 (40.23% from 255 or 92.73% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 102 - color contains mainly: red. Hex color #660701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660701 is #99F8FE. Grayscale: #222222. Windows color (decimal): -10090751 or 67430. OLE color: 67430.

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

Color convert

RGB 102 7 1 -
CMYK 0 0.93 0.99 0.6
HSL 3.56º 0.98% 0.2% -
HSV(B) 3.56º 0.99% 0.4% -
XYZ 5.56 2.98 0.31 -
YUV 34.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 102 7 1 0 0.93 0.99 0.6 3.56 0.98 0.2
Hex 66 7 1 0 5D 63 3C 4 62 14
Octal 146 7 1 0 135 143 74 4 142 24
Binary 1100110 111 1 0 1011101 1100011 111100 100 1100010 10100

Color Harmonies of #660701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660701

Black with #660701

Text Example


Text Example

White with #660701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660701; }

 p { color: rgb(102,7,1); }

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

background-color css

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

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

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

border-color css

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

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

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