Html Css Color HEX #660201 Maroon

📋 copy color: '#660201'

red 102 ◦ green 2 ◦ blue 1

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

Shades of Maroon #660201

Tints of Maroon #660201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.9%

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

R = 97.14%
G = 1.9%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#660201 (or 0x660201) is known color: Maroon. HEX triplet: 66, 02 and 01. RGB value is (102,2,1). Sum of RGB (Red+Green+Blue) = 102+2+1=105 (13% of max value = 765). Red value is 102 (40.23% from 255 or 97.14% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 102 - color contains mainly: red. Hex color #660201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660201 is #99FDFE. Grayscale: #1F1F1F. Windows color (decimal): -10092031 or 66150. OLE color: 66150.

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

Color convert

RGB 102 2 1 -
CMYK 0 0.98 0.99 0.6
HSL 0.59º 0.98% 0.2% -
HSV(B) 0.59º 0.99% 0.4% -
XYZ 5.51 2.87 0.29 -
YUV 31.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 102 2 1 0 0.98 0.99 0.6 0.59 0.98 0.2
Hex 66 2 1 0 62 63 3C 1 62 14
Octal 146 2 1 0 142 143 74 1 142 24
Binary 1100110 10 1 0 1100010 1100011 111100 1 1100010 10100

Color Harmonies of #660201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660201

Black with #660201

Text Example


Text Example

White with #660201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660201; }

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

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

background-color css

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

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

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

border-color css

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

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

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