Html Css Color HEX #660B01 Maroon

📋 copy color: '#660B01'

red 102 ◦ green 11 ◦ blue 1

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

Shades of Maroon #660B01

Tints of Maroon #660B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.65%

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

R = 89.47%
G = 9.65%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#660B01 (or 0x660B01) is known color: Maroon. HEX triplet: 66, 0B and 01. RGB value is (102,11,1). Sum of RGB (Red+Green+Blue) = 102+11+1=114 (15% of max value = 765). Red value is 102 (40.23% from 255 or 89.47% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 102 - color contains mainly: red. Hex color #660B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B01 is #99F4FE. Grayscale: #252525. Windows color (decimal): -10089727 or 68454. OLE color: 68454.

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

Color convert

RGB 102 11 1 -
CMYK 0 0.89 0.99 0.6
HSL 5.94º 0.98% 0.2% -
HSV(B) 5.94º 0.99% 0.4% -
XYZ 5.6 3.07 0.33 -
YUV 37.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 102 11 1 0 0.89 0.99 0.6 5.94 0.98 0.2
Hex 66 B 1 0 59 63 3C 6 62 14
Octal 146 13 1 0 131 143 74 6 142 24
Binary 1100110 1011 1 0 1011001 1100011 111100 110 1100010 10100

Color Harmonies of #660B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660B01

Black with #660B01

Text Example


Text Example

White with #660B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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