Html Css Color HEX #660B04 Maroon

📋 copy color: '#660B04'

red 102 ◦ green 11 ◦ blue 4

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

Shades of Maroon #660B04

Tints of Maroon #660B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.42%

R = 87.18%
G = 9.4%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#660B04 (or 0x660B04) is known color: Maroon. HEX triplet: 66, 0B and 04. RGB value is (102,11,4). Sum of RGB (Red+Green+Blue) = 102+11+4=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #660B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B04 is #99F4FB. Grayscale: #252525. Windows color (decimal): -10089724 or 265062. OLE color: 265062.

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

Color convert

RGB 102 11 4 -
CMYK 0 0.89 0.96 0.6
HSL 4.29º 0.92% 0.21% -
HSV(B) 4.29º 0.96% 0.4% -
XYZ 5.62 3.07 0.41 -
YUV 37.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 102 11 4 0 0.89 0.96 0.6 4.29 0.92 0.21
Hex 66 B 4 0 59 60 3C 4 5C 15
Octal 146 13 4 0 131 140 74 4 134 25
Binary 1100110 1011 100 0 1011001 1100000 111100 100 1011100 10101

Color Harmonies of #660B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660B04

Black with #660B04

Text Example


Text Example

White with #660B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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