Html Css Color HEX #660801 Maroon

📋 copy color: '#660801'

red 102 ◦ green 8 ◦ blue 1

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

Shades of Maroon #660801

Tints of Maroon #660801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

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

R = 91.89%
G = 7.21%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#660801 (or 0x660801) is known color: Maroon. HEX triplet: 66, 08 and 01. RGB value is (102,8,1). Sum of RGB (Red+Green+Blue) = 102+8+1=111 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.89% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 102 - color contains mainly: red. Hex color #660801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660801 is #99F7FE. Grayscale: #232323. Windows color (decimal): -10090495 or 67686. OLE color: 67686.

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

Color convert

RGB 102 8 1 -
CMYK 0 0.92 0.99 0.6
HSL 4.16º 0.98% 0.2% -
HSV(B) 4.16º 0.99% 0.4% -
XYZ 5.57 3 0.31 -
YUV 35.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 102 8 1 0 0.92 0.99 0.6 4.16 0.98 0.2
Hex 66 8 1 0 5C 63 3C 4 62 14
Octal 146 10 1 0 134 143 74 4 142 24
Binary 1100110 1000 1 0 1011100 1100011 111100 100 1100010 10100

Color Harmonies of #660801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660801

Black with #660801

Text Example


Text Example

White with #660801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660801; }

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

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

background-color css

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

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

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

border-color css

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

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

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