Html Css Color HEX #660A01 Maroon

📋 copy color: '#660A01'

red 102 ◦ green 10 ◦ blue 1

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

Shades of Maroon #660A01

Tints of Maroon #660A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.85%

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

R = 90.27%
G = 8.85%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#660A01 (or 0x660A01) is known color: Maroon. HEX triplet: 66, 0A and 01. RGB value is (102,10,1). Sum of RGB (Red+Green+Blue) = 102+10+1=113 (14% of max value = 765). Red value is 102 (40.23% from 255 or 90.27% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 102 - color contains mainly: red. Hex color #660A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A01 is #99F5FE. Grayscale: #242424. Windows color (decimal): -10089983 or 68198. OLE color: 68198.

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

Color convert

RGB 102 10 1 -
CMYK 0 0.90 0.99 0.6
HSL 5.35º 0.98% 0.2% -
HSV(B) 5.35º 0.99% 0.4% -
XYZ 5.59 3.04 0.32 -
YUV 36.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 102 10 1 0 0.90 0.99 0.6 5.35 0.98 0.2
Hex 66 A 1 0 5A 63 3C 5 62 14
Octal 146 12 1 0 132 143 74 5 142 24
Binary 1100110 1010 1 0 1011010 1100011 111100 101 1100010 10100

Color Harmonies of #660A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660A01

Black with #660A01

Text Example


Text Example

White with #660A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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