#661103

Color #661103 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #661103

Tints of Maroon #661103

Color information

#661103 (or 0x661103) is unknown color: approx Maroon. HEX triplet: 66, 11 and 03. RGB value is (102,17,3). Sum of RGB (Red+Green+Blue) = 102+17+3=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #661103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661103 is #99EEFC. Grayscale: #282828. Windows color (decimal): -10088189 or 201062. OLE color: 201062.

HSL color Cylindrical-coordinate representation of color #661103: hue angle of 8.48º 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 #661103 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB102173-
CMYK00.830.970.6
HSL8.48º94.29%20.59%-
HSV(B)8.48º97.06%40%-
XYZ5.73.230.41-
YUV40.82106.66171.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 83.61%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=83.61%
G=13.93%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10217300.830.970.68.4894.2920.59
Hex66113053613C85e15
Octal1462130123141741013625
Binary110011010001110101001111000011111001000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661103; }

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

 H1.HeaderClassName
 {
   color: #661103;
 }
 .AnyTagClassName
 {
   color: #661103;
 }
</style>
background-color css

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

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

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

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

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

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