Html Css Color HEX #661101 Maroon

📋 copy color: '#661101'

red 102 ◦ green 17 ◦ blue 1

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

Shades of Maroon #661101

Tints of Maroon #661101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

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

R = 85%
G = 14.17%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#661101 (or 0x661101) is known color: Maroon. HEX triplet: 66, 11 and 01. RGB value is (102,17,1). Sum of RGB (Red+Green+Blue) = 102+17+1=120 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 102 - color contains mainly: red. Hex color #661101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661101 is #99EEFE. Grayscale: #282828. Windows color (decimal): -10088191 or 69990. OLE color: 69990.

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

Color convert

RGB 102 17 1 -
CMYK 0 0.83 0.99 0.6
HSL 9.5º 0.98% 0.2% -
HSV(B) 9.5º 0.99% 0.4% -
XYZ 5.69 3.23 0.35 -
YUV 40.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 102 17 1 0 0.83 0.99 0.6 9.5 0.98 0.2
Hex 66 11 1 0 53 63 3C A 62 14
Octal 146 21 1 0 123 143 74 12 142 24
Binary 1100110 10001 1 0 1010011 1100011 111100 1010 1100010 10100

Color Harmonies of #661101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661101

Black with #661101

Text Example


Text Example

White with #661101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661101; }

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

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

background-color css

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

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

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

border-color css

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

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

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