Html Css Color HEX #660B07 Maroon

📋 copy color: '#660B07'

red 102 ◦ green 11 ◦ blue 7

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

Shades of Maroon #660B07

Tints of Maroon #660B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.83%

R = 85%
G = 9.17%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.6

RGB Variations

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

Color information

#660B07 (or 0x660B07) is known color: Maroon. HEX triplet: 66, 0B and 07. RGB value is (102,11,7). Sum of RGB (Red+Green+Blue) = 102+11+7=120 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 102 - color contains mainly: red. Hex color #660B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B07 is #99F4F8. Grayscale: #252525. Windows color (decimal): -10089721 or 461670. OLE color: 461670.

HSL color Cylindrical-coordinate representation of color #660B07: hue angle of 2.53º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660B07 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 11 7 -
CMYK 0 0.89 0.93 0.6
HSL 2.53º 0.87% 0.21% -
HSV(B) 2.53º 0.93% 0.4% -
XYZ 5.64 3.08 0.5 -
YUV 37.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 102 11 7 0 0.89 0.93 0.6 2.53 0.87 0.21
Hex 66 B 7 0 59 5D 3C 3 57 15
Octal 146 13 7 0 131 135 74 3 127 25
Binary 1100110 1011 111 0 1011001 1011101 111100 11 1010111 10101

Color Harmonies of #660B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660B07

Black with #660B07

Text Example


Text Example

White with #660B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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