Html Css Color HEX #661003 Maroon

📋 copy color: '#661003'

red 102 ◦ green 16 ◦ blue 3

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

Shades of Maroon #661003

Tints of Maroon #661003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.22%

 BLUE value IS 3 (1.56% from 255) = 2.48%

R = 84.3%
G = 13.22%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#661003 (or 0x661003) is known color: Maroon. HEX triplet: 66, 10 and 03. RGB value is (102,16,3). Sum of RGB (Red+Green+Blue) = 102+16+3=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #661003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661003 is #99EFFC. Grayscale: #282828. Windows color (decimal): -10088445 or 200806. OLE color: 200806.

HSL color Cylindrical-coordinate representation of color #661003: hue angle of 7.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #661003 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 16 3 -
CMYK 0 0.84 0.97 0.6
HSL 7.88º 0.94% 0.21% -
HSV(B) 7.88º 0.97% 0.4% -
XYZ 5.68 3.2 0.4 -
YUV 40.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 102 16 3 0 0.84 0.97 0.6 7.88 0.94 0.21
Hex 66 10 3 0 54 61 3C 8 5E 15
Octal 146 20 3 0 124 141 74 10 136 25
Binary 1100110 10000 11 0 1010100 1100001 111100 1000 1011110 10101

Color Harmonies of #661003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661003

Black with #661003

Text Example


Text Example

White with #661003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661003; }

 p { color: rgb(102,16,3); }

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

background-color css

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

 a { background-color: rgb(102,16,3); }

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

border-color css

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

 span { border-color: rgb(102,16,3); }

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