Html Css Color HEX #660301 Maroon

📋 copy color: '#660301'

red 102 ◦ green 3 ◦ blue 1

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

Shades of Maroon #660301

Tints of Maroon #660301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.83%

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

R = 96.23%
G = 2.83%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#660301 (or 0x660301) is known color: Maroon. HEX triplet: 66, 03 and 01. RGB value is (102,3,1). Sum of RGB (Red+Green+Blue) = 102+3+1=106 (14% of max value = 765). Red value is 102 (40.23% from 255 or 96.23% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 102 - color contains mainly: red. Hex color #660301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660301 is #99FCFE. Grayscale: #202020. Windows color (decimal): -10091775 or 66406. OLE color: 66406.

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

Color convert

RGB 102 3 1 -
CMYK 0 0.97 0.99 0.6
HSL 1.19º 0.98% 0.2% -
HSV(B) 1.19º 0.99% 0.4% -
XYZ 5.52 2.89 0.3 -
YUV 32.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 102 3 1 0 0.97 0.99 0.6 1.19 0.98 0.2
Hex 66 3 1 0 61 63 3C 1 62 14
Octal 146 3 1 0 141 143 74 1 142 24
Binary 1100110 11 1 0 1100001 1100011 111100 1 1100010 10100

Color Harmonies of #660301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660301

Black with #660301

Text Example


Text Example

White with #660301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660301; }

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

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

background-color css

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

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

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

border-color css

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

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

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