Html Css Color HEX #660401 Maroon

📋 copy color: '#660401'

red 102 ◦ green 4 ◦ blue 1

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

Shades of Maroon #660401

Tints of Maroon #660401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.74%

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

R = 95.33%
G = 3.74%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#660401 (or 0x660401) is known color: Maroon. HEX triplet: 66, 04 and 01. RGB value is (102,4,1). Sum of RGB (Red+Green+Blue) = 102+4+1=107 (14% of max value = 765). Red value is 102 (40.23% from 255 or 95.33% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 102 - color contains mainly: red. Hex color #660401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660401 is #99FBFE. Grayscale: #212121. Windows color (decimal): -10091519 or 66662. OLE color: 66662.

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

Color convert

RGB 102 4 1 -
CMYK 0 0.96 0.99 0.6
HSL 1.78º 0.98% 0.2% -
HSV(B) 1.78º 0.99% 0.4% -
XYZ 5.53 2.91 0.3 -
YUV 32.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 102 4 1 0 0.96 0.99 0.6 1.78 0.98 0.2
Hex 66 4 1 0 60 63 3C 2 62 14
Octal 146 4 1 0 140 143 74 2 142 24
Binary 1100110 100 1 0 1100000 1100011 111100 10 1100010 10100

Color Harmonies of #660401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660401

Black with #660401

Text Example


Text Example

White with #660401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660401; }

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

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

background-color css

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

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

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

border-color css

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

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

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