Html Css Color HEX #661201 Maroon

📋 copy color: '#661201'

red 102 ◦ green 18 ◦ blue 1

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

Shades of Maroon #661201

Tints of Maroon #661201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

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

R = 84.3%
G = 14.88%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#661201 (or 0x661201) is known color: Maroon. HEX triplet: 66, 12 and 01. RGB value is (102,18,1). Sum of RGB (Red+Green+Blue) = 102+18+1=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #661201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661201 is #99EDFE. Grayscale: #292929. Windows color (decimal): -10087935 or 70246. OLE color: 70246.

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

Color convert

RGB 102 18 1 -
CMYK 0 0.82 0.99 0.6
HSL 10.1º 0.98% 0.2% -
HSV(B) 10.1º 0.99% 0.4% -
XYZ 5.7 3.26 0.36 -
YUV 41.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 102 18 1 0 0.82 0.99 0.6 10.1 0.98 0.2
Hex 66 12 1 0 52 63 3C A 62 14
Octal 146 22 1 0 122 143 74 12 142 24
Binary 1100110 10010 1 0 1010010 1100011 111100 1010 1100010 10100

Color Harmonies of #661201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661201

Black with #661201

Text Example


Text Example

White with #661201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661201; }

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

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

background-color css

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

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

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

border-color css

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

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

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